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}
|
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}>
|
<div className={styles.booking}>
|
||||||
{membershipFailedError && (
|
{membershipFailedError && (
|
||||||
<Alert
|
<Alert
|
||||||
|
|||||||
Reference in New Issue
Block a user