consisty_paysprint_onboarding
v0.1.29
Published
Deep linking in pay-sprint onboarding for react-native in android
Downloads
5
Maintainers
Readme
consisty_paysprint_onboarding
Deep linking in paysprint onboarding for react-native in android
Installation
npm install consisty_paysprint_onboarding
Usage
import ConsistyPaysprintOnboarding from 'consisty_paysprint_onboarding';
// ...
ConsistyPaysprintOnboarding.Onboarding(
PartnerID,
JWTKey,
MerchantCode,
MerchantMobile,
FirmName,
Email,
latitude,
longitude
).then((data) => {
//resolve
console.log(data);
console.log(data.statusCode, data.response + ': ' + data.message);
return;
});
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT