feat(SW-2116): Use refId instead of confirmationNumber
This commit is contained in:
@@ -64,6 +64,7 @@ export function mapRoomState(
|
||||
name: room.name,
|
||||
packages: booking.packages,
|
||||
rateDefinition: booking.rateDefinition,
|
||||
refId: booking.refId,
|
||||
roomFeatures: booking.packages.filter((p) => p.type === "RoomFeature"),
|
||||
roomPoints: booking.roomPoints,
|
||||
roomPrice: booking.roomPrice,
|
||||
|
||||
Reference in New Issue
Block a user