Merged in fix/ratecodetype-tracking-2 (pull request #1314)
fix/ratecode-tracking-fix * fix/ratecode-tracking-fix
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user