Bug #33347
openhotel | currency shown in Voucher issue
NIL
NIL
NIL
NIL
NIL
Description
Searched a hotel in SAR currency selected a hotel from result page and went up to booking, In fare summary the amount is shown in SAR currency and in PG page the amount is correctly converted and shown. but when getting voucher the amount is shown in KWD which is wrong when a user search to ticket in other currency the amount shown in the voucher should the selected currency itself. please find the attached screen shot for reference and fix this issue.
Files
Updated by Anjana Krishnan about 2 months ago
- File Voucher SAR.png Voucher SAR.png added
Updated by Sadique P about 2 months ago
- Status changed from Assigned to In Progress
Updated by Sadique P about 2 months ago
- File clipboard-202602191427-yc4ao.png clipboard-202602191427-yc4ao.png added
- File clipboard-202602191427-dr4jo.png clipboard-202602191427-dr4jo.png added
- File clipboard-202602191427-zjq3u.png clipboard-202602191427-zjq3u.png added
- Status changed from In Progress to Fixed not Tested
- % Done changed from 0 to 100
- remarks updated (diff)
- DB Changes updated (diff)
- Keys & Permissions updated (diff)
- Areas Affected updated (diff)
- Files Changed updated (diff)
The hotel voucher page currency issue has been fixed. Previously, the app was displaying the currency and amount from the ‘paymentDetails’ JSON object, Regardless of the selected currency, the value was always coming as ‘KWD. Now, the currency and amount are being displayed from the ‘fareDetail’ JSON object, and it is working properly.