2.0.0 • Published 1 year ago

react-native-monri-android-ios v2.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
1 year ago

react-native-monri-android-ios

React Native bridge for Monri Android/iOS SDK

Installation

npm install react-native-monri-android-ios

Usage

import MonriAndroidIos from "react-native-monri-android-ios";

// ...

const result = await MonriAndroidIos.confirmPayment({
    authenticityToken: '6a13d79bde8da9320e88923cb3472fb638619ccb',
    developmentMode: true,
  },
  {
    clientSecret: "client_secret", // create one on your backend
    card: {
      pan: '4341 7920 0000 0044',
      cvv: '123',
      expiryMonth: 12,
      expiryYear: 2032,
      saveCard: true
    },
    transaction: {
      email: 'test-react-native@monri.com',
      orderInfo: 'React native bridge???',
      phone: '061123213',
      city: 'Sarajevo',
      country: 'BA',
      address: 'Radnicka',
      fullName: 'Test Test',
      zip: '71210',
    },
  });

Contributing

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

License

MIT

2.0.0

1 year ago

0.3.2

3 years ago

0.3.1

3 years ago

0.3.0

3 years ago

0.2.4

5 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago