Payment method update
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user