Merged in fix/my-stay-ancillaries (pull request #1663)
fix: small design fix, fix bug that redirects to planet, add translations * fix: small design fix, fix bug that redirects to planet, add translations * fix: if user does not have enough points, default quantitywithcard to 1 * fix: fix pr comment Approved-by: Linus Flood Approved-by: Matilda Landström
This commit is contained in:
@@ -140,6 +140,7 @@ export default function PaymentClient({
|
||||
if (result.reservationStatus == BookingStatusEnum.BookingCompleted) {
|
||||
const confirmationUrl = `${bookingConfirmation(lang)}?${BOOKING_CONFIRMATION_NUMBER}=${result.id}`
|
||||
router.push(confirmationUrl)
|
||||
return
|
||||
}
|
||||
|
||||
setBookingNumber(result.id)
|
||||
|
||||
Reference in New Issue
Block a user