0.1.7 • Published 2 years ago

consisty_openpayment v0.1.7

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

consisty_openpayment

Deep linking Open Payment Gateway for react-native in android

Installation

npm install consisty_openpayment

Usage

import consisty_openpayment from "consisty_openpayment";

// ...

consisty_openpayment
    .StartPayment(
        paymentToken,
        accessKey,
        primaryColor,
        errorColor,
        logoURL
    )
    .then((data) => {
        //{"paymentId":"","paymentTokenId":"","status":""}

    });

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago