Payment method update

This commit is contained in:
Linus Flood
2024-12-03 11:29:16 +01:00
parent 098581acd4
commit 9db02488d8
5 changed files with 55 additions and 30 deletions

View File

@@ -107,7 +107,7 @@ export default function EnterDetailsTracking(props: Props) {
rateCodeType: rate?.rateType,
rateCodeName: rate?.rateCode,
rateCodeCancellationRule: cancellationRule,
revenueCurrencyCode: rate?.requestedPrice?.currency,
revenueCurrencyCode: totalPrice.local?.currency,
breakfastOption: breakfast ? "breakfast buffet" : "no breakfast",
totalPrice: totalPrice.local?.price,
specialRoomType: getSpecialRoomType(packages),
@@ -123,8 +123,9 @@ export default function EnterDetailsTracking(props: Props) {
roomRate.publicRate,
initialHotelsTrackingData,
cancellationRule,
breakfast,
totalPrice.local?.currency,
totalPrice.local?.price,
breakfast,
packages,
selectedRoom.roomType,
bedType?.description,