feat/SW-415: Added select-rate to hotelReservation
This commit is contained in:
@@ -18,6 +18,16 @@ export const selectHotel = {
|
||||
de: `${hotelReservation.de}/select-hotel`,
|
||||
}
|
||||
|
||||
// TODO: Translate paths
|
||||
export const selectRate = {
|
||||
en: `${hotelReservation.en}/select-rate`,
|
||||
sv: `${hotelReservation.sv}/select-rate`,
|
||||
no: `${hotelReservation.no}/select-rate`,
|
||||
fi: `${hotelReservation.fi}/select-rate`,
|
||||
da: `${hotelReservation.da}/select-rate`,
|
||||
de: `${hotelReservation.de}/select-rate`,
|
||||
}
|
||||
|
||||
// TODO: Translate paths
|
||||
export const selectBed = {
|
||||
en: `${hotelReservation.en}/select-bed`,
|
||||
@@ -95,4 +105,5 @@ export const bookingFlow = [
|
||||
...Object.values(details),
|
||||
...Object.values(payments),
|
||||
...Object.values(selectHotelMap),
|
||||
...Object.values(selectRate),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user