feat(SW-2616): use refId from booking, not search params
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user