Added hotelId
This commit is contained in:
@@ -62,6 +62,7 @@ export default async function BookingConfirmationPage({
|
||||
searchType: "hotel",
|
||||
bookingTypeofDay: isWeekend(arrivalDate) ? "weekend" : "weekday",
|
||||
country: hotel?.address.country,
|
||||
hotelID: hotel.operaId,
|
||||
region: hotel?.address.city,
|
||||
rateCode: booking.rateDefinition.rateCode ?? undefined,
|
||||
rateCodeType: booking.rateDefinition.title ?? undefined,
|
||||
|
||||
Reference in New Issue
Block a user