Skip to content

Commit 5d92ae0

Browse files
authored
Update README.md
1 parent e56410e commit 5d92ae0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,12 @@ Openpay::setId('moiep6umtcnanql3jrxp');
8383
Openpay::setApiKey('sk_3433941e467c4875b178ce26348b0fac');
8484
```
8585

86-
- Pass Merchant ID and Private Key as parameters to the method **Openpay::getInstance()**,
86+
- Pass Merchant ID, Private Key and country code as parameters to the method **Openpay::getInstance()**,
8787
which is the instance generator:
8888

8989
```php
9090
$openpay = Openpay::getInstance('MERCHANT_ID', 'PRIVATE_KEY', 'COUNTRY_CODE');
91+
9192
// MERCHANT_ID = moiep6umtcnanql3jrxp
9293
// PRIVATE_KEY = sk_3433941e467c1055b178ce26348b0fac
9394
// COUNTRY_CODE = MX (México), CO (Colombia)

0 commit comments

Comments
 (0)