Bug #33349
openHotel | TBO Cancellation policy details not shown in voucher
100%
NIL
NIL
NIL
NIL
NIL
Description
Searched a TBO hotel select and went up to ticketing, getting a cancellation policy when proceeding after payment gateway selection. but when getting vouchered the cancellation details are not displaying in the voucher page. As per client approved design need to show the cancellation policy details in voucher if getting from provider.
Files
Updated by Anjana Krishnan 4 months ago
- Assignee changed from Nidhun Manoj to Sadique P
Updated by Sadique P 4 months ago
- Status changed from In Progress to On hold
This is an API-related issue. The cancellation policy was not get in the ‘GetVoucher’ API response. A support task has been created : https://redmine2023.caxita.ca/issues/33370.
Updated by Sadique P 4 months ago
- Due date changed from 02/19/2026 to 02/25/2026
- Status changed from On hold 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)
Hotel | TBO cancellation policy details were not displayed in the voucher. This issue has now been resolved. On the app side, the GetPolicy API was being called before the PreBook API, due to which the ProcessId was not passed. The sequence has been corrected, and the ProcessId is now being sent properly. The functionality is working as expected.