const orderId = `${new Date().getTime()}`;
MobilePay.startPayment(orderId, price)
.then(mobilePayPayment => {
console.log('mobilePayPayment', mobilePayPayment);
})
.catch(() => {}).done();
pls check how it works on Android side; it works perfect on IOS, but orderID is missed inside mobilePayPayment object, thanks a lot
React-native 0.45
pls check how it works on Android side; it works perfect on IOS, but orderID is missed inside mobilePayPayment object, thanks a lot
React-native 0.45