zen: disable reload when reload fails

This commit is contained in:
Frank
2026-01-24 08:33:47 -05:00
parent 7c2e59de68
commit d8bbb6df60
3 changed files with 74 additions and 29 deletions

View File

@@ -77,6 +77,8 @@ export const stripeWebhook = new stripe.WebhookEndpoint("StripeWebhookEndpoint",
"checkout.session.expired",
"charge.refunded",
"invoice.payment_succeeded",
"invoice.payment_failed",
"invoice.payment_action_required",
"customer.created",
"customer.deleted",
"customer.updated",