Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

undefind is not a object (evaluting _reactnativePaytm2.default.startPayment') #7

Open
TheCodeTalker opened this issue Mar 7, 2018 · 3 comments

Comments

@TheCodeTalker
Copy link

i just installed and follow the normal flow as you mention @ppsreejith Any Idea why its giving error
screen shot 2018-03-06 at 5 13 59 pm

@ppsreejith
Copy link
Contributor

This probably means that the native install is not done properly for some reason.

@TheCodeTalker
Copy link
Author

TheCodeTalker commented May 28, 2018

Thanks, i have solved. here i have created with latest PaytmSDK To integrated with reactnative

@divyani29singh
Copy link

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: '[email protected]',
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!)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants