From c976079df106e32f298f5686ca089e93e83e8efe Mon Sep 17 00:00:00 2001 From: Erik Tiekstra Date: Wed, 3 Dec 2025 07:42:31 +0000 Subject: [PATCH] fix(BOOK-469): Removed otherPaymentOptions on non mandatory GLA Approved-by: Bianca Widstam --- .../lib/components/EnterDetails/Confirm/Guarantee/index.tsx | 4 ++-- .../lib/components/EnterDetails/Confirm/index.tsx | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/packages/booking-flow/lib/components/EnterDetails/Confirm/Guarantee/index.tsx b/packages/booking-flow/lib/components/EnterDetails/Confirm/Guarantee/index.tsx index 09edbe89a..fd83ab31b 100644 --- a/packages/booking-flow/lib/components/EnterDetails/Confirm/Guarantee/index.tsx +++ b/packages/booking-flow/lib/components/EnterDetails/Confirm/Guarantee/index.tsx @@ -17,7 +17,7 @@ import type { CreditCard } from "@scandic-hotels/trpc/types/user" interface GuaranteeProps { mustBeGuaranteed: boolean savedCreditCards: CreditCard[] | null - otherPaymentOptions: PaymentMethodEnum[] + otherPaymentOptions?: PaymentMethodEnum[] } export function Guarantee({ @@ -92,7 +92,7 @@ export function Guarantee({ ) : null} diff --git a/packages/booking-flow/lib/components/EnterDetails/Confirm/index.tsx b/packages/booking-flow/lib/components/EnterDetails/Confirm/index.tsx index 9981fd640..1ab82fede 100644 --- a/packages/booking-flow/lib/components/EnterDetails/Confirm/index.tsx +++ b/packages/booking-flow/lib/components/EnterDetails/Confirm/index.tsx @@ -57,7 +57,6 @@ export default function ConfirmBooking({