Fixed same string value for childBedPreference on confirmation page

This commit is contained in:
Linus Flood
2025-01-10 08:40:26 +01:00
parent 7ca2fd78f0
commit 014eea054f
5 changed files with 13 additions and 3 deletions

View File

@@ -74,7 +74,6 @@ export default async function SelectRatePage({
country: hotelData?.data?.attributes.address.country,
hotelID: hotel?.id,
region: hotelData?.data?.attributes.address.city,
//availableResults: roomCategories?.length,
//lowestRoomPrice:
}

View File

@@ -183,7 +183,6 @@ export default async function StepPage({
country: hotelAttributes?.address.country,
hotelID: hotelAttributes?.operaId,
region: hotelAttributes?.address.city,
//lowestRoomPrice:
}
const summary = {