diff --git a/apps/scandic-web/components/HotelReservation/MyStay/index.tsx b/apps/scandic-web/components/HotelReservation/MyStay/index.tsx index ee27d065e..7a494dbde 100644 --- a/apps/scandic-web/components/HotelReservation/MyStay/index.tsx +++ b/apps/scandic-web/components/HotelReservation/MyStay/index.tsx @@ -75,8 +75,9 @@ export default async function MyStay(props: { const values = JSON.parse(bv) as AdditionalInfoCookieValue const firstName = values.firstName const email = values.email + const bvConfirmationNo = values.confirmationNumber - if (firstName && email) { + if (firstName && email && bvConfirmationNo === confirmationNumber) { bookingConfirmation = await findBooking( confirmationNumber, lastName,