feat(SW-2116): Use refId instead of confirmationNumber
This commit is contained in:
@@ -45,6 +45,7 @@ export type Room = Pick<
|
||||
| "checkInDate"
|
||||
| "cheques"
|
||||
| "confirmationNumber"
|
||||
| "refId"
|
||||
| "currencyCode"
|
||||
| "guest"
|
||||
| "rateDefinition"
|
||||
@@ -87,6 +88,7 @@ export default function BookedRoomSidePeek({
|
||||
cheques,
|
||||
childrenInRoom,
|
||||
confirmationNumber,
|
||||
refId,
|
||||
currencyCode,
|
||||
guest,
|
||||
isCancelled,
|
||||
@@ -377,6 +379,7 @@ export default function BookedRoomSidePeek({
|
||||
formattedTotalPrice={formattedTotalPrice}
|
||||
isCancelled={isCancelled}
|
||||
priceType={priceType}
|
||||
currencyCode={currencyCode}
|
||||
rateDefinition={rateDefinition}
|
||||
roomPoints={roomPoints}
|
||||
totalPrice={totalPrice}
|
||||
@@ -409,7 +412,7 @@ export default function BookedRoomSidePeek({
|
||||
)}
|
||||
|
||||
<GuestDetails
|
||||
confirmationNumber={confirmationNumber}
|
||||
refId={refId}
|
||||
guest={guest}
|
||||
isCancelled={isCancelled}
|
||||
user={user}
|
||||
|
||||
Reference in New Issue
Block a user