diff --git a/app/[lang]/(live)/(public)/hotelreservation/(standard)/select-rate/page.tsx b/app/[lang]/(live)/(public)/hotelreservation/(standard)/select-rate/page.tsx index 04e79d30c..1bd752ce6 100644 --- a/app/[lang]/(live)/(public)/hotelreservation/(standard)/select-rate/page.tsx +++ b/app/[lang]/(live)/(public)/hotelreservation/(standard)/select-rate/page.tsx @@ -38,6 +38,7 @@ export default async function SelectRatePage({ const hotelData = await getHotel({ hotelId: hotel.id, + isCardOnlyPayment: false, language: params.lang, }) @@ -83,18 +84,8 @@ export default async function SelectRatePage({ return ( <> - } - > - + }> +