Skip to content

Commit a5ccba1

Browse files
Update README.md
Add PRIVATE_KEY_ENCRYPTED key to the example config array, since the key is almost always encrypted.
1 parent 28c4468 commit a5ccba1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ $client = new \Epay\Client(array(
1313
'MERCHANT_NAME' => 'merchant name',
1414
'PRIVATE_KEY_FN' => 'private key filename',
1515
'PRIVATE_KEY_PASS' => 'private key password',
16+
'PRIVATE_KEY_ENCRYPTED' => 1,
1617
'XML_TEMPLATE_FN' => 'xml template filename',
1718
'XML_TEMPLATE_CONFIRM_FN' => 'xml confirmation template filename',
1819
'PUBLIC_KEY_FN' => 'public key filename',

0 commit comments

Comments
 (0)