0.2.0 • Published 8 months ago

openpaylib v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

openpaylib

test description

Installation

npm install openpaylib

Usage

import * as OpenPayLib from 'openpaylib';

// ...

OpenPayLib.initialize('MerchantID', 'PK', isProduction)

OpenPayLib.getDeviceId((deviceId) => {
    console.log("s ==> " + deviceId);
})

Contributing

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

License

MIT


Made with create-react-native-library

0.2.0

8 months ago