feat(SW-2622): pass refId to guarantee booking

This commit is contained in:
Michael Zetterberg
2025-05-06 13:36:13 +02:00
parent 5f38a92b74
commit 1679e1d65d

View File

@@ -60,7 +60,7 @@ export default function Form() {
const guaranteeRedirectUrl = `${env.NEXT_PUBLIC_NODE_ENV === "development" ? `http://localhost:${env.NEXT_PUBLIC_PORT}` : ""}${guaranteeCallback(lang)}`
const { guaranteeBooking, isLoading, handleGuaranteeError } =
useGuaranteeBooking(confirmationNumber, false, hotelId)
useGuaranteeBooking(refId, false, hotelId)
if (isLoading) {
return (