nativescript-mercadopago-px
TypeScript icon, indicating that this package has built-in type declarations

4.0.0 • Public • Published

mercadopago-px apple android

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

/nativescript-mercadopago-px/

    Package Sidebar

    Install

    npm i nativescript-mercadopago-px

    Weekly Downloads

    2

    Version

    4.0.0

    License

    Apache-2.0

    Unpacked Size

    135 kB

    Total Files

    20

    Last publish

    Collaborators

    • alanneri