Skip to content

Commit

Permalink
Remove cust ID from examples
Browse files Browse the repository at this point in the history
  • Loading branch information
aashishgurung committed Aug 22, 2024
1 parent d74d2ae commit 3634eca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/OmiseSchedule.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
define('OMISE_SECRET_KEY', $_ENV['SECRET_KEY_SG']);

// test customer key
$customerSG = 'cust_test_60owl03ul8bzdk0h5ph';
$customerSG = 'cust_xxxx';

$pkeyTH = $_ENV['PUBLIC_KEY_TH'];
$skeyTH = $_ENV['SECRET_KEY_TH'];
$customerTH = 'cust_test_60ilwqkl9khiex66p4s';
$customerTH = 'cust_xxxx';

$pkeyMY = $_ENV['PUBLIC_KEY_MY'];
$skeyMY = $_ENV['SECRET_KEY_MY'];
$customerMY = 'cust_5u4m6n6tlhduy9savs8';
$customerMY = 'cust_xxxx';

// Create schedule under TH PSP
$createResultTH = OmiseSchedule::create([
Expand Down

0 comments on commit 3634eca

Please sign in to comment.