From f08d3330b94619d97a9bb0b4b2a2b5ad9b5e72cc Mon Sep 17 00:00:00 2001 From: Bianca Widstam Date: Tue, 24 Jun 2025 12:43:02 +0000 Subject: [PATCH] Merged in fix/SW-3093-checkbox-rewardnights-sms (pull request #2422) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix(SW-3093): add sms checkbox for reward night on enter details * fix(SW-3093): add sms checkbox for reward night on enter details Approved-by: Linus Flood Approved-by: Matilda Landström --- .../HotelReservation/EnterDetails/Confirm/index.tsx | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/apps/scandic-web/components/HotelReservation/EnterDetails/Confirm/index.tsx b/apps/scandic-web/components/HotelReservation/EnterDetails/Confirm/index.tsx index 91af08656..45a273340 100644 --- a/apps/scandic-web/components/HotelReservation/EnterDetails/Confirm/index.tsx +++ b/apps/scandic-web/components/HotelReservation/EnterDetails/Confirm/index.tsx @@ -48,6 +48,18 @@ export function ConfirmBookingRedemption() { const intl = useIntl() return (
+
+ + + + {intl.formatMessage({ + defaultMessage: + "I would like to get my booking confirmation via sms", + })} + + + +