Merged in BOOK-448-select-rate-reload-bookingcode (pull request #2974)
(BOOK-448): prevent refetching select rate availability when adding room bookingcode * (BOOK-448): prevent refetching select rate availability when adding room bookingcode Approved-by: Linus Flood
This commit is contained in:
@@ -69,7 +69,7 @@ export async function getRoomsAvailability(
|
||||
...(room.childrenInRoom?.length && {
|
||||
children: generateChildrenString(room.childrenInRoom),
|
||||
}),
|
||||
...(room.bookingCode && { bookingCode: room.bookingCode }),
|
||||
...(bookingCode && { bookingCode: bookingCode }),
|
||||
...(redemption && { isRedemption: "true" }),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user