Skip to content

Commit 888b1e9

Browse files
committed
Fixed comments
Fixed customer id comment in timestamp signature demos
1 parent 694a59c commit 888b1e9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

examples/demo-batch-ts.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
// path to your certificate and private key
2020
$cert = realpath('mycertandkey.crt');
2121
$passphrase = 'Passphrase for the private key in $cert';
22-
// your <customer name>:<key entity>
22+
// your <customer name>
2323
$customerId = "";
2424
}
2525

examples/demo-ts.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
// path to your certificate and private key
2020
$cert = realpath('mycertandkey.crt');
2121
$passphrase = 'Passphrase for the private key in $cert';
22-
// your <customer name>:<key entity>
22+
// your <customer name>
2323
$customerId = "";
2424
}
2525

0 commit comments

Comments
 (0)