Bug #117413
Tripnet Hotels | Check for Final fare and cancellation Policy Check
Status: | Fixed not Tested | Start date: | 02/17/2022 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Jithin J | % Done: | 0% | |
Category: | Functionality | Spent time: | 10.00 hours | |
Target version: | - | |||
End_Date: | 01/25/2022 | Areas Affected: | B2Bweb/Areas/Search/Controllers/HotelController.cs
B2Bweb/Code/Hotel/HotelBooking.cs B2Bweb/Code/Utility.MVC.cs CommonProjects/HotelProjects/roomsxmlHotelProvider/RoomsXmlProvider.cs |
|
remarks: | nil | Files Changed: | B2Bweb/Areas/Search/Controllers/HotelController.cs
B2Bweb/Code/Hotel/HotelBooking.cs B2Bweb/Code/Utility.MVC.cs CommonProjects/HotelProjects/roomsxmlHotelProvider/RoomsXmlProvider.cs |
|
DB Changes: | nil | Initial Planned Hours: | 8 | |
Keys & Permissions: | nil |
Description
We faced an issue with TBO Hotels in tripnet, where we got an issue with wrong cancelaltion policy saved in the database.
Cancellation Policy and Price Check functionality was not handled before the Confirm booking.
http://redmine.caxita.ca/issues/117245
So please do the same checks for Other hotel providers.
For some providers we will be getting the Cancellation policy and Price details in the Pre-Book Response only.
And for Some we get Cancellation policy from Booking Response also.
What we want to do is:
1. Show a pop-up to the user before the confirm booking with Cancellation Policy details. [Handled for TBO in the bug id : 117245]
2. Save the cancellation policy from Booking Response.
3. In case if the cancellation policy is not returned in the booking Response, please use the one returned in the pre-book response.[Handled for TBO ]
4. Reconfirmed and Confirmed status update based on the cancellation policy from Pre-Book/Book Response.
---------------------------------------------
Please handle the said changes for the below providers first.
1. Dotw
2. RoomsXML
3. HotelBedsApitude
4. Expedia
Subtasks
History
#1 Updated by Nithin George over 3 years ago
- Due date set to 01/25/2022
- Status changed from New to Assigned
- Assignee set to Jithin J
- Start date set to 01/24/2022
#2 Updated by Jithin J over 3 years ago
- Status changed from Assigned to In Progress
#3 Updated by Deepak R over 3 years ago
- Description updated (diff)
#4 Updated by Jithin J over 3 years ago
Added code for rooms xml. Assembled cancellation policy details after the booking confirmation.
For hotel beds provider, code is already there. Need check it's properly working or not
Need to check rest of the providers
#5 Updated by Jithin J over 3 years ago
- File Expedia.zip added
- Status changed from In Progress to For Review
- Assignee changed from Jithin J to Nithin George
- % Done changed from 0 to 100
- End_Date set to 01/25/2022
- remarks set to nil
- DB Changes set to nil
- Keys & Permissions set to nil
- Areas Affected set to B2Bweb/Areas/Search/Controllers/HotelController.cs B2Bweb/Code/Hotel/HotelBooking.cs B2Bweb/Code/Utility.MVC.cs CommonProjects/HotelProjects/roomsxmlHotelProvider/RoomsXmlProvider.cs
- Files Changed set to B2Bweb/Areas/Search/Controllers/HotelController.cs B2Bweb/Code/Hotel/HotelBooking.cs B2Bweb/Code/Utility.MVC.cs CommonProjects/HotelProjects/roomsxmlHotelProvider/RoomsXmlProvider.cs
Completed.
Handled dotw and Rooms xml provider. In case of expedia provider, cancellation policy is not getting from fare quote request and booking request.
#6 Updated by Nithin George over 3 years ago
- Status changed from For Review to Fixed not Tested
- Assignee changed from Nithin George to Jithin J