Merge remote-tracking branch 'origin/develop' into feat/SW-415-select-room-card
This commit is contained in:
@@ -59,7 +59,7 @@ export const details = {
|
||||
}
|
||||
|
||||
// TODO: Translate paths
|
||||
export const payments = {
|
||||
export const payment = {
|
||||
en: `${hotelReservation.en}/payment`,
|
||||
sv: `${hotelReservation.sv}/payment`,
|
||||
no: `${hotelReservation.no}/payment`,
|
||||
@@ -78,24 +78,14 @@ export const selectHotelMap = {
|
||||
de: `${selectHotel.de}/map`,
|
||||
}
|
||||
|
||||
/** @type {import('@/types/routes').LangRoute} */
|
||||
export const payment = {
|
||||
en: `${hotelReservation.en}/payment`,
|
||||
sv: `${hotelReservation.sv}/betalning`,
|
||||
no: `${hotelReservation.no}/betaling`,
|
||||
fi: `${hotelReservation.fi}/maksu`,
|
||||
da: `${hotelReservation.da}/payment`,
|
||||
de: `${hotelReservation.de}/bezahlung`,
|
||||
}
|
||||
|
||||
/** @type {import('@/types/routes').LangRoute} */
|
||||
export const bookingConfirmation = {
|
||||
en: `${hotelReservation.en}/booking-confirmation`,
|
||||
sv: `${hotelReservation.sv}/bokningsbekraftelse`,
|
||||
sv: `${hotelReservation.sv}/booking-confirmation`,
|
||||
no: `${hotelReservation.no}/booking-confirmation`,
|
||||
fi: `${hotelReservation.fi}/varausvahvistus`,
|
||||
fi: `${hotelReservation.fi}/booking-confirmation`,
|
||||
da: `${hotelReservation.da}/booking-confirmation`,
|
||||
de: `${hotelReservation.de}/buchungsbesttigung`,
|
||||
de: `${hotelReservation.de}/booking-confirmation`,
|
||||
}
|
||||
|
||||
export const bookingFlow = [
|
||||
@@ -103,7 +93,8 @@ export const bookingFlow = [
|
||||
...Object.values(selectBed),
|
||||
...Object.values(breakfast),
|
||||
...Object.values(details),
|
||||
...Object.values(payments),
|
||||
...Object.values(payment),
|
||||
...Object.values(selectHotelMap),
|
||||
...Object.values(bookingConfirmation),
|
||||
...Object.values(selectRate),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user