We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28c4468 commit a5ccba1Copy full SHA for a5ccba1
README.md
@@ -13,6 +13,7 @@ $client = new \Epay\Client(array(
13
'MERCHANT_NAME' => 'merchant name',
14
'PRIVATE_KEY_FN' => 'private key filename',
15
'PRIVATE_KEY_PASS' => 'private key password',
16
+ 'PRIVATE_KEY_ENCRYPTED' => 1,
17
'XML_TEMPLATE_FN' => 'xml template filename',
18
'XML_TEMPLATE_CONFIRM_FN' => 'xml confirmation template filename',
19
'PUBLIC_KEY_FN' => 'public key filename',
0 commit comments