feat(SW-2116): Use refId instead of confirmationNumber
This commit is contained in:
@@ -45,7 +45,7 @@ export default function MyStayProvider({
|
||||
const { data, error, isFetching, isFetchedAfterMount } =
|
||||
trpc.booking.get.useQuery(
|
||||
{
|
||||
confirmationNumber: bookingConfirmation.booking.confirmationNumber,
|
||||
refId: bookingConfirmation.booking.refId,
|
||||
lang,
|
||||
},
|
||||
{
|
||||
@@ -68,7 +68,7 @@ export default function MyStayProvider({
|
||||
} = trpc.booking.linkedReservations.useQuery(
|
||||
{
|
||||
lang,
|
||||
rooms: bookingConfirmation.booking.linkedReservations,
|
||||
refId: bookingConfirmation.booking.refId,
|
||||
},
|
||||
{
|
||||
initialData: linkedReservationsResponses,
|
||||
|
||||
Reference in New Issue
Block a user