npm i --save nativescript-mercadopago-px
- Version: 4.0.0
- GitHub:
- NPM: https://www.npmjs.com/package/nativescript-mercadopago-px
- Downloads:
- Last Day: 0
- Last Week: 0
- Last Month: 0
mercadopago-px
Support
Support Android & iOS.
Installation
tns plugin add nativescript-mercadopago-px
Usage
this.mercadopagoPx
.start({
language: "es",
publicKey: "PUBLIC_KEY",
preferenceId: "PREFERENCE_ID" // Get custom preference_if of side server.
})
.then(result => {
// Success payment
})
.catch(error => {
// Cancel payment or Error payment
});
License
Apache License Version 2.0, January 2004