Added props
This commit is contained in:
@@ -46,14 +46,23 @@ export default async function SelectHotelPage({
|
|||||||
channel: TrackingChannelEnum["hotelreservation"],
|
channel: TrackingChannelEnum["hotelreservation"],
|
||||||
pageName: "hotelreservation|select-hotel",
|
pageName: "hotelreservation|select-hotel",
|
||||||
siteSections: "hotelreservation|select-hotel",
|
siteSections: "hotelreservation|select-hotel",
|
||||||
createdDate: "",
|
pageType: "bookinghotelspage",
|
||||||
publishedDate: "",
|
|
||||||
pageType: "selecthotelpage",
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const hotelsTrackingData: TrackingSDKHotelInfo = {
|
const hotelsTrackingData: TrackingSDKHotelInfo = {
|
||||||
availableResults: hotels.length,
|
availableResults: hotels.length,
|
||||||
searchTerm: tempSearchTerm,
|
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 (
|
return (
|
||||||
|
|||||||
Reference in New Issue
Block a user