Merged in feat/SW-2680-tracking-fixes (pull request #2373)

fix(SW-2680): Added new properties used for tracking

* fix(SW-2680): Added new properties used for tracking


Approved-by: Michael Zetterberg
This commit is contained in:
Tobias Johansson
2025-06-25 08:56:37 +00:00
parent 7a56d21a3e
commit 8c4715dd24
11 changed files with 80 additions and 13 deletions

View File

@@ -110,6 +110,7 @@ export function mapToPrice(rooms: (Room | null)[], nights: number) {
bedType: {
description: room.bedDescription,
roomTypeCode: room.roomTypeCode || "",
type: room.bedType,
},
breakfast,
breakfastIncluded: room.rateDefinition.breakfastIncluded,