diff --git a/apps/web/ee/pages/api/integrations/stripepayment/webhook.ts b/apps/web/ee/pages/api/integrations/stripepayment/webhook.ts index 3bb8febe54..1b29a7e884 100644 --- a/apps/web/ee/pages/api/integrations/stripepayment/webhook.ts +++ b/apps/web/ee/pages/api/integrations/stripepayment/webhook.ts @@ -33,7 +33,7 @@ async function handlePaymentSuccess(event: Stripe.Event) { }, }); if (!payment?.bookingId) { - console.log(JSON.stringify(payment)); + console.log(JSON.stringify(paymentIntent), JSON.stringify(payment)); } if (!payment?.bookingId) throw new Error("Payment not found");