Fixed paymentInfo

This commit is contained in:
Linus Flood
2025-01-10 09:10:53 +01:00
parent 014eea054f
commit 919fc62069

View File

@@ -84,7 +84,7 @@ export default async function BookingConfirmation({
<TrackingSDK
pageData={initialPageTrackingData}
hotelInfo={initialHotelsTrackingData}
// paymentInfo={null}
paymentInfo={paymentInfo}
/>
</Suspense>
</>