Merge branch 'main' into fix/1847-support-jitsi-self-hosted

This commit is contained in:
kodiakhq[bot] 2022-04-26 11:18:24 +00:00 committed by GitHub
commit bcf18f2caf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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");