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:
Bianca Widstam
2025-05-23 13:46:27 +00:00
parent afd9b3b246
commit fed24b9012
7 changed files with 12 additions and 12 deletions

View File

@@ -21,7 +21,7 @@ export default function PriceDetails() {
packages: state.bookedRoom.packages,
priceType: state.bookedRoom.priceType,
rateDefinition: state.bookedRoom.rateDefinition,
roomPoints: state.bookedRoom.roomPoints,
totalPoints: state.bookedRoom.totalPoints,
totalPrice: state.bookedRoom.totalPrice,
vouchers: state.bookedRoom.vouchers,
}))