Critical Live Issue #16326
closedKFH Security patch Update
B2C/Code/HelperClass/SharedHelperClass.cs
B2C/Code/PaymentHandler.cs
B2C/Code/SessionKeys.cs
B2C/Code/UserData.cs
B2C/Views/Flight/PaymentDetailsPartial.cshtml
Updated by Jesmy P Jose 11 months ago
- Status changed from Assigned to In Progress
Updated by Jesmy P Jose 11 months ago
- % Done changed from 0 to 100
- Files Changed updated (diff)
Fixed
In kfhpay request response is success, then set values for sessionkey[KfhStatus] ="Kfhpay" + TransactionId(this id is generated random number)
from PaymentGatewayRequestDtosession.
And kfhresponse, get this session value and to check response is success and sessionvalue is "kfhpay"
Updated by Jesmy P Jose 11 months ago
- Status changed from In Progress to For Review
- Assignee changed from Jesmy P Jose to Vipin das
Updated by Jesmy P Jose 11 months ago
Set [transactionType],[responseGatewayCode] and [transactionResult] from "RETRIEVE_TRANSACTION" response. And to check these fields (payment,approoved,sucsess) are true then update status paymentdone otherwise payment failed.
Updated by Jesmy P Jose 11 months ago
- Status changed from For Review to In Progress
- Assignee changed from Vipin das to Jesmy P Jose
Updated by Jesmy P Jose 11 months ago
- Status changed from In Progress to For Review
- Assignee changed from Jesmy P Jose to Vipin das
checked the issue of not going to PG. this issue only in staging.(not found local). reason is newtonsoft vertion error.
Updated by Jesmy P Jose 11 months ago
- Status changed from For Review to In Progress
Updated by Jesmy P Jose 11 months ago
- Assignee changed from Vipin das to Jesmy P Jose
Updated by Jesmy P Jose 10 months ago
- Files Changed updated (diff)
not going to PG issue -- Fixed
First change staging b2c webconfig file -- newtonsoft oldVersion="13.0.1.0" newVersion="13.0.0.0".
Second PaymentDetailPartial.cshtml -- CalculateServiceCharge() -- selected payment gateway id is set to payment gateway hidden field.
Updated by Nithin George 10 months ago
- Due date changed from 01/07/2025 to 01/13/2025
- Estimated time changed from 3:00 h to 19:00 h
Date and time changed, error issue, and Tap payment gateways redirection issue need to be checked. Getting issue only in staging hosting need to check
Updated by Jesmy P Jose 10 months ago
- Due date changed from 01/13/2025 to 01/07/2025
- Status changed from In Progress to For Review
- Assignee changed from Jesmy P Jose to Vipin das
not going to PG issue -- Fixed
First change staging b2c webconfig file -- newtonsoft oldVersion="13.0.1.0" newVersion="13.0.0.0".
Second PaymentDetailPartial.cshtml -- CalculateServiceCharge() -- selected payment gateway id is set to payment gateway hidden field.