consisty_fingpay
v0.4.1
Published
Deep linking in Fingpay mPOS device SDK for react-native in android
Downloads
8
Maintainers
Readme
consisty_fingpay
Deep linking in Fingpay mPOS device for react-native in android
Installation
npm install consisty_fingpay
Usage
import { consistyFingpay } from "consisty_fingpay";
// ...
consistyFingpay.startmATM(
SuperMerchantID ,
agentUserName,
password,
remarks,
amount,
transactionType,
customerMobile,
orderId,
latitude ,
longitude ,
getAppFingerPrint()
)
.then((result) => {
console.log('result', result);
})
.catch(function (e) {
setLoadingOpen(false);
});
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT