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 a3714f9 commit f86fbb5Copy full SHA for f86fbb5
README.md
@@ -20,7 +20,7 @@ Before using application do add another dependent cordova plugin
20
[cordova-plugin-inappbrowser](https://www.npmjs.com/package/cordova-plugin-inappbrowser)
21
22
```
23
-sodexopay.startPayment({
+CustomPayment.startPayment({
24
url: 'YOUR_PAYMENT_REDIRECT_URL',
25
callbackErrorURL: 'YOUR_PAYMENT_FAILURE_URL',
26
callbackSuccessURL: 'YOUR_PAYMENT_SUCCESS_URL'
0 commit comments