Merged in SW-2728-mystay-totalpoints (pull request #2201)
fix(SW-2728): add totalpoints to mystay * fix(2728): add totalpoints to mystay * fix(SW-2728): add totalPoints everywhere Approved-by: Anton Gunnarsson
This commit is contained in:
@@ -50,7 +50,7 @@ export type Room = Pick<
|
||||
| "currencyCode"
|
||||
| "guest"
|
||||
| "rateDefinition"
|
||||
| "roomPoints"
|
||||
| "totalPoints"
|
||||
| "totalPrice"
|
||||
| "vouchers"
|
||||
> & {
|
||||
@@ -98,7 +98,7 @@ export default function BookedRoomSidePeek({
|
||||
priceType,
|
||||
rateDefinition,
|
||||
roomNumber,
|
||||
roomPoints,
|
||||
totalPoints,
|
||||
terms,
|
||||
totalPrice,
|
||||
vouchers,
|
||||
@@ -390,7 +390,7 @@ export default function BookedRoomSidePeek({
|
||||
priceType={priceType}
|
||||
currencyCode={currencyCode}
|
||||
rateDefinition={rateDefinition}
|
||||
roomPoints={roomPoints}
|
||||
totalPoints={totalPoints}
|
||||
totalPrice={totalRoomPrice}
|
||||
vouchers={vouchers}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user