Added props
This commit is contained in:
@@ -46,14 +46,23 @@ export default async function SelectHotelPage({
|
||||
channel: TrackingChannelEnum["hotelreservation"],
|
||||
pageName: "hotelreservation|select-hotel",
|
||||
siteSections: "hotelreservation|select-hotel",
|
||||
createdDate: "",
|
||||
publishedDate: "",
|
||||
pageType: "selecthotelpage",
|
||||
pageType: "bookinghotelspage",
|
||||
}
|
||||
|
||||
const hotelsTrackingData: TrackingSDKHotelInfo = {
|
||||
availableResults: hotels.length,
|
||||
searchTerm: tempSearchTerm,
|
||||
arrivalDate: new Date("2025-05-02"),
|
||||
departureDate: new Date("2025-05-03"),
|
||||
noOfAdults: 1,
|
||||
noOfChildren: 0,
|
||||
noOfRooms: 1,
|
||||
duration: 1,
|
||||
leadTime: 187,
|
||||
searchType: "hotel",
|
||||
bookingTypeofDay: "weekend",
|
||||
country: hotels[0].hotelData.address.country,
|
||||
region: hotels[0].hotelData.address.city,
|
||||
}
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user