Merged in fix/rateCodes (pull request #1315)
fix: taking care of missing rateDefinitions * fix: taking care of missing rateDefinitions Approved-by: Linus Flood
This commit is contained in:
committed by
Linus Flood
parent
8d6f4b82f3
commit
4a06162f79
@@ -64,6 +64,8 @@ export const roomRate: RoomRate = {
|
||||
pricePerStay: 132,
|
||||
currency: CurrencyEnum.EUR,
|
||||
},
|
||||
oldRateCode: "",
|
||||
rate: "",
|
||||
},
|
||||
publicRate: {
|
||||
rateCode: "SAVEEU",
|
||||
@@ -77,6 +79,8 @@ export const roomRate: RoomRate = {
|
||||
pricePerStay: 133,
|
||||
currency: CurrencyEnum.EUR,
|
||||
},
|
||||
oldRateCode: "",
|
||||
rate: "",
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user