feat: SW-1588 Implemented booking code select-rate
This commit is contained in:
@@ -33,7 +33,7 @@ export default async function SelectRatePage({
|
||||
if (!searchDetails?.hotel) {
|
||||
return notFound()
|
||||
}
|
||||
const { hotel, adultsInRoom, childrenInRoom, selectHotelParams } =
|
||||
const { hotel, adultsInRoom, childrenInRoom, selectHotelParams, bookingCode } =
|
||||
searchDetails
|
||||
|
||||
const { fromDate, toDate } = getValidDates(
|
||||
|
||||
Reference in New Issue
Block a user