From d8bbb6df60dafd5f872ff418c2826ff8382c3749 Mon Sep 17 00:00:00 2001 From: Frank Date: Sat, 24 Jan 2026 08:33:47 -0500 Subject: zen: disable reload when reload fails --- infra/console.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'infra') diff --git a/infra/console.ts b/infra/console.ts index 3d482160d..5b08e9cea 100644 --- a/infra/console.ts +++ b/infra/console.ts @@ -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", -- cgit v1.2.3