0.2.5 • Published 2 years ago

consisty_mosambee v0.2.5

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

consisty_mosambee

Deep linking in Mosambee mPOS device (MF919) for react-native in android, which used for MATM and AEPS

Installation

npm install consisty_mosambee

or using yarn

yarn add consisty_mosambee

M-ATM Usage

import ConsistyMosambee from 'consisty_mosambee';

// ...

const result = await ConsistyMosambee.startmATM(
  userName,
  password,
  appKey,
  amount,
  transactionType,
  customerMobile,
  orderId,
  communicationMode
).then((data) => {
  console.log(data);
});

AEPS Usage

import ConsistyMosambee from 'consisty_mosambee';

// ...

const result = await ConsistyMosambee.startAEPS(userName, password, type, amount, orderId).then((data) => {
  console.log(data);
});

Contributing

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

License

MIT

0.2.5

2 years ago

0.2.4

2 years ago

0.2.3

3 years ago

0.2.2

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.9

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago