Bug #16707
openTAP | payment gateway redirection not working properly
100%
<add key="IsTapKnetRedirectUrl" value="false" />
B2C/Views/Flight/PaymentDetailsPartial.cshtml
CommonProjects/Common/Settings.cs
Description
After entered the tap pg details and click on the paynow button , but the paynow button is not working for this scenario . at the same time error is generated in console . issue found only in tap payment gateway . Please find the attachment and fix it .
Files
Updated by Nithin George 10 months ago
- Due date set to 01/14/2025
- Status changed from New to Assigned
- Assignee set to Jesmy P Jose
- Estimated time set to 2:00 h
Updated by Jesmy P Jose 10 months ago
- Status changed from Assigned to In Progress
Updated by Jesmy P Jose 10 months ago
Issue Fixed
If selected PG is TapMasterCard, add one webconfigkey [IsTapKnetRedirectUrl] is true then redirect TapURL, otherwise TapMastercard pg credential page will show on pax page.
The reason for doing this, when you click the pay button of mastercard, get the token response empty. This is done in old MVC project. That's why it took some time.
Updated by Jesmy P Jose 10 months ago
- Status changed from In Progress to For Review
- Assignee changed from Jesmy P Jose to Nithin George
- % Done changed from 0 to 100
Updated by Nithin George 10 months ago
The issue is due to not getting the TAP session ID from the TAP external JS link, still, we are facing that issue locally. So in case we change the TAP payment workflow, redirects to payment gateways flow is added and released. Added a new key <add key="IsTapKnetRedirectUrl" value="false" />, based on this key TAP payment gateways redirection and IFrame loading functionality work. @QA Team, please check both cases and move this to live.
Updated by Nithin George 10 months ago
- Status changed from For Review to Fixed not Tested
- Assignee changed from Nithin George to Jesmy P Jose