Merged in fix/SW-3083-alternative-hotels-page-not-found (pull request #2396)
fix(SW-3083): alternative hotels compare locations with cityIdentifier * fix(SW-3083): alternative hotels compare locations with cityIdentifier * fix(SW-3083): rename cityName * fix(SW-3083): rename to cityIdentifier Approved-by: Anton Gunnarsson
This commit is contained in:
@@ -38,7 +38,7 @@ export async function SelectHotelMapContainer({
|
||||
bookingCode,
|
||||
childrenInRoom,
|
||||
city,
|
||||
cityName,
|
||||
cityIdentifier,
|
||||
hotel: isAlternativeFor,
|
||||
noOfRooms,
|
||||
redemption,
|
||||
@@ -90,7 +90,7 @@ export async function SelectHotelMapContainer({
|
||||
noOfRooms,
|
||||
hotels?.[0]?.hotel.address.country,
|
||||
hotels?.[0]?.hotel.address.city,
|
||||
cityName,
|
||||
cityIdentifier,
|
||||
bookingCode,
|
||||
isBookingCodeRateAvailable,
|
||||
redemption,
|
||||
|
||||
Reference in New Issue
Block a user