feat: SW-1583 Implemented Reward nights on city search
This commit is contained in:
@@ -28,6 +28,7 @@ interface HotelSearchDetails<T> {
|
||||
childrenInRoomString?: string
|
||||
childrenInRoom?: Child[]
|
||||
bookingCode?: string
|
||||
redemption?: boolean
|
||||
}
|
||||
|
||||
export async function getHotelSearchDetails<
|
||||
@@ -105,5 +106,6 @@ export async function getHotelSearchDetails<
|
||||
childrenInRoomString,
|
||||
childrenInRoom,
|
||||
bookingCode: selectHotelParams.bookingCode ?? undefined,
|
||||
redemption: selectHotelParams.searchType === "redemption",
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user