We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e56410e commit 5d92ae0Copy full SHA for 5d92ae0
1 file changed
README.md
@@ -83,11 +83,12 @@ Openpay::setId('moiep6umtcnanql3jrxp');
83
Openpay::setApiKey('sk_3433941e467c4875b178ce26348b0fac');
84
```
85
86
- - Pass Merchant ID and Private Key as parameters to the method **Openpay::getInstance()**,
+ - Pass Merchant ID, Private Key and country code as parameters to the method **Openpay::getInstance()**,
87
which is the instance generator:
88
89
```php
90
$openpay = Openpay::getInstance('MERCHANT_ID', 'PRIVATE_KEY', 'COUNTRY_CODE');
91
+
92
// MERCHANT_ID = moiep6umtcnanql3jrxp
93
// PRIVATE_KEY = sk_3433941e467c1055b178ce26348b0fac
94
// COUNTRY_CODE = MX (México), CO (Colombia)
0 commit comments