4.0.0 • Published 4 years ago

nativescript-mercadopago-px v4.0.0

Weekly downloads
2
License
Apache-2.0
Repository
-
Last release
4 years ago

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

4.0.0

4 years ago

3.1.0

5 years ago

3.0.1

5 years ago

3.0.0

5 years ago

2.5.5

5 years ago

2.5.0

5 years ago

2.0.0

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.5

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago