Merged in fix/unify-gethotel-input (pull request #1319)
feat: getHotel - unify input to make sure we can use the same cache response * feat: getHotel - unify input to make sure we can use the same cache response Approved-by: Simon.Emanuelsson
This commit is contained in:
@@ -24,6 +24,7 @@ export default async function BookingWidgetPage({
|
||||
const hotelData = await getHotel({
|
||||
hotelId: hotelPageData?.hotel_page_id || "",
|
||||
language: getLang(),
|
||||
isCardOnlyPayment: false,
|
||||
})
|
||||
|
||||
const hotelPageParams = {
|
||||
|
||||
Reference in New Issue
Block a user