You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am just testing how react-native-paytm works. I have passed static values for now(not sure if i am passing valid params), but as soon as i hit submit button, i get an error saying:
"undefined is not an object (evaluating '_reactNativePaytm.default.startPayment')".
Here is what i did:
var details = {
mode:'Staging',
mid: 'Morfsy39334726651789',
industryType: 'Retail',
website: 'APPSTAGING',
channel: 'WAP',
amount: '200',
orderId: 'ORDER_12390',
email: 'abc@gmail.com',
phone: '7777777777',
custId: 'CUST-12879',
checksumhash: ' ',
callback: 'https://securegw-stage.paytm.in/theia/paytmCallback?ORDER_ID=ORDER_12390',
};
paytm.startPayment(details);
(P.S- i have tried react-native-paytmpay as well, but no luck!)
i just installed and follow the normal flow as you mention @ppsreejith Any Idea why its giving error

The text was updated successfully, but these errors were encountered: