feat: SW-2028 Fixed review comments
This commit is contained in:
@@ -83,7 +83,7 @@ export function calculateTotalPrice(
|
||||
},
|
||||
{
|
||||
local: {
|
||||
currency: "",
|
||||
currency: CurrencyEnum.Unknown,
|
||||
price: 0,
|
||||
regularPrice: undefined,
|
||||
},
|
||||
@@ -103,7 +103,7 @@ export function calculateRedemptionTotalPrice(
|
||||
additionalPriceCurrency: redemption.localPrice.currency
|
||||
? redemption.localPrice.currency
|
||||
: undefined,
|
||||
currency: "PTS",
|
||||
currency: CurrencyEnum.POINTS,
|
||||
price: redemption.localPrice.pointsPerStay,
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user