Merged in fix/SW-1879-aa-track-bed-breakfast-pay-3 (pull request #1900)
fix: SW-1879 Updated values in tracking * fix: SW-1879 Updated bed type value in tracking * fix: SW-1879 Updated breakfast price to indicate total price Approved-by: Michael Zetterberg
This commit is contained in:
@@ -48,7 +48,7 @@ export default function BedType() {
|
||||
roomTypeCode: matchingRoom.value,
|
||||
}
|
||||
updateBedType(bedType)
|
||||
trackBedSelection(bedType.roomTypeCode)
|
||||
trackBedSelection(bedType.description)
|
||||
}
|
||||
},
|
||||
[bedTypes, updateBedType]
|
||||
|
||||
Reference in New Issue
Block a user