Merged in fix/ratecodetype-tracking-2 (pull request #1314)

fix/ratecode-tracking-fix

* fix/ratecode-tracking-fix
This commit is contained in:
Linus Flood
2025-02-12 08:38:26 +00:00
parent 3ad5b9e73d
commit a8ec845273
2 changed files with 3 additions and 3 deletions

View File

@@ -127,7 +127,7 @@ export default function EnterDetailsTracking(props: Props) {
...initialHotelsTrackingData,
rateCode: rate?.rateCode,
rateCodeType: roomRate.publicRate.rateType,
rateCodeName: rate?.rateCode,
rateCodeName: "", //TODO: this should be ratedefinition.title and should be fixed when tracking is implemented for multiroom.
rateCodeCancellationRule: cancellationRule,
revenueCurrencyCode: totalPrice.local?.currency,
breakfastOption: breakfast ? "breakfast buffet" : "no breakfast",