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

when trying to run the Paytm its getting problem #4

Open
shaikhussian opened this issue Jul 12, 2017 · 2 comments
Open

when trying to run the Paytm its getting problem #4

shaikhussian opened this issue Jul 12, 2017 · 2 comments

Comments

@shaikhussian
Copy link

I wrote the code like this for paytm, when click on button it will call the payNow function, In payNow function, the function will open the popup and the popup is automallically closing without showing any error, How to check the error
here is my code
`payNow(){

var details = {
  generationUrl: "https://cinealerts.com/webservices/paytm/xxx.php",
  validationUrl: "https://cinealerts.com/webservices/paytm/xxx.php",
  mid: "xxxxxxxxx", // Prod
  industryType: "Retail", //Prod
  website: "APP_STAGING", //prod
  channel: "WAP",
  amount: "5",
  orderId: "12345678",
  requestType: "DEFAULT",
  email: "mymailID",
  phone: "7777777777",
  theme: "merchant",
  custId: "9988344556",
};
paytm.startPayment(details);

}`
Please give me suggestions that how to solve it.

@mourice
Copy link

mourice commented Oct 14, 2017

If You are running in debug mode then you might need to set App Transport Security Settings Allow Arbitrary Loads to No

@Suyashk44
Copy link

I have same issue for Android while running in debug mode. Please let me know how can I fix it. Any help will be appreciated. Thank you.

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