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:
Simon.Emanuelsson
2025-02-12 08:52:08 +00:00
committed by Linus Flood
parent 8d6f4b82f3
commit 4a06162f79
5 changed files with 108 additions and 27 deletions

View File

@@ -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: "",
},
}