feat(SW-2616): use refId from booking, not search params

This commit is contained in:
Michael Zetterberg
2025-05-06 08:30:42 +02:00
parent 4432cdc245
commit 81c2afe570

View File

@@ -53,7 +53,12 @@ export default async function BookingConfirmation({
]}
vat={booking.vatPercentage}
>
<Confirmation booking={booking} hotel={hotel} room={room} refId={refId}>
<Confirmation
booking={booking}
hotel={hotel}
room={room}
refId={booking.refId}
>
<div className={styles.booking}>
{membershipFailedError && (
<Alert