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:
@@ -42,7 +42,7 @@ export default async function AlternativeHotelsPage(
|
||||
bookingCode,
|
||||
childrenInRoom,
|
||||
city,
|
||||
cityName,
|
||||
cityIdentifier,
|
||||
hotel: isAlternativeFor,
|
||||
noOfRooms,
|
||||
redemption,
|
||||
@@ -98,7 +98,7 @@ export default async function AlternativeHotelsPage(
|
||||
noOfRooms,
|
||||
hotels?.[0]?.hotel.address.country,
|
||||
hotels?.[0]?.hotel.address.city,
|
||||
cityName,
|
||||
cityIdentifier,
|
||||
bookingCode,
|
||||
isBookingCodeRateAvailable,
|
||||
redemption,
|
||||
|
||||
@@ -35,7 +35,7 @@ export default async function SelectHotelPage(
|
||||
bookingCode,
|
||||
childrenInRoom,
|
||||
city,
|
||||
cityName,
|
||||
cityIdentifier,
|
||||
noOfRooms,
|
||||
redemption,
|
||||
} = searchDetails
|
||||
@@ -88,7 +88,7 @@ export default async function SelectHotelPage(
|
||||
noOfRooms,
|
||||
hotels?.[0]?.hotel.address.country,
|
||||
hotels?.[0]?.hotel.address.city,
|
||||
cityName,
|
||||
cityIdentifier,
|
||||
bookingCode,
|
||||
isBookingCodeRateAvailable,
|
||||
redemption,
|
||||
|
||||
Reference in New Issue
Block a user