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

Does this still work for iOS? #21

Open
manujbahl opened this issue Feb 11, 2019 · 4 comments
Open

Does this still work for iOS? #21

manujbahl opened this issue Feb 11, 2019 · 4 comments

Comments

@manujbahl
Copy link

manujbahl commented Feb 11, 2019

I am getting 404 - Server not found from [rootVC presentViewController:txnController animated:YES completion:nil];

I added setLogging to true and below is what was logged.

***************************** Connection BEGIN ***************************************
2019-02-11 15:09:38.508973-0800 MyApp[6411:952514]
URL: https://pguat.paytm.com/oltp-web/processTransaction
METHOD: HEAD, HEADERS = {
}
BODY =
2019-02-11 15:09:40.133553-0800 MyAppMyApp[6411:952514] connection:willSendRequestForAuthenticationChallenge authenticationMethod = NSURLAuthenticationMethodServerTrust
2019-02-11 15:09:40.953001-0800 MyApp[6411:952514] connection:didReceiveResponse
Response code = 404
Headers = {
Connection = "keep-alive";
"Content-Length" = 168;
"Content-Type" = "text/html";
Date = "Mon, 11 Feb 2019 23:09:40 GMT";
Server = "nginx/1.6.2";
}
2019-02-11 15:09:40.953276-0800 MyApp[6411:952514] connectionDidFinishLoading
2019-02-11 15:09:40.953489-0800 MyApp[6411:952514]
============================= Connection END =======================================
2019-02-11 15:09:40.966163-0800 MyApp[6411:952514] PGTransactionViewController::showProgress
2019-02-11 15:09:40.968405-0800 MyApp[6411:952514] WEB VIEW is loading with Parms:
{
"CALLBACK_URL" = "https://securegw-stage.paytm.in/theia/paytmCallback?ORDER_ID=a501bef4-3a54-4119-9ee7-c8770a601367";
"CHANNEL_ID" = WAP;
CHECKSUMHASH = "dBSmibs5i6xKIlK1h3n/cdJ+RAwWTBmeQC3If6G2rJP2YVb1GrI+pEd7j6eHYHY5rlgfMsDx1PA2E6Zv7GKj3KiPUl15N5XVGK7qFPiHE0g=";
"CUST_ID" = "54bd6624-fdb9-4c44-807a-75e8fdeeda85";
EMAIL = "[email protected]";
"INDUSTRY_TYPE_ID" = Retail;
MID = jyWFLg08671877600216;
"MOBILE_NO" = 7777777777;
"ORDER_ID" = "a501bef4-3a54-4119-9ee7-c8770a601367";
"TXN_AMOUNT" = 335;
WEBSITE = WEBSTAGING;
}
2019-02-11 15:09:40.976599-0800 MyApp[6411:952514] webView:shouldStartLoadWithRequest: https://pguat.paytm.com/oltp-web/processTransaction domain = pguat.paytm.com
2019-02-11 15:09:40.977058-0800 MyApp[6411:952514] PGTransactionViewController::showProgress
2019-02-11 15:09:41.301019-0800 MyApp[6411:952645] WF: === Starting WebFilter logging for process MyApp
2019-02-11 15:09:41.301210-0800 MyApp[6411:952645] WF: _userSettingsForUser : (null)
2019-02-11 15:09:41.301371-0800 MyApp[6411:952645] WF: _WebFilterIsActive returning: NO
2019-02-11 15:09:41.538826-0800 MyApp[6411:952514] webViewDidFinishLoad of https://pguat.paytm.com/oltp-web/processTransaction
2019-02-11 15:09:41.538970-0800 MyApp[6411:952514] PGTransactionViewController::hideProgress

@kunal886496
Copy link

nopes

@kunal886496
Copy link

I think the person who maintains this is nomore interested.

@kunal886496
Copy link

It works if you replace the SDK by the new one and include lpaymentsSDK.a in your project.

@philly25
Copy link

Try this fork with latest SDK.

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