Merged in fix/SW-2051-add-correct-links-to-cards (pull request #2013)
fix(SW-2051): add correct url to promocards on confirmation page * fix(SW-2051): add correct url to promocards on confirmation page Approved-by: Christian Andolf
This commit is contained in:
@@ -85,11 +85,7 @@ export default async function BookingConfirmation({
|
||||
/>
|
||||
</div>
|
||||
))}
|
||||
<Promos
|
||||
confirmationNumber={booking.confirmationNumber}
|
||||
hotelId={hotel.operaId}
|
||||
lastName={booking.guest.lastName}
|
||||
/>
|
||||
<Promos booking={booking} />
|
||||
<div className={styles.mobileReceipt}>
|
||||
<Receipt />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user