summaryrefslogtreecommitdiffhomepage
path: root/infra
diff options
context:
space:
mode:
authorFrank <[email protected]>2026-01-24 08:33:47 -0500
committerFrank <[email protected]>2026-01-24 11:48:19 -0500
commitd8bbb6df60dafd5f872ff418c2826ff8382c3749 (patch)
treeb9857a66c263ff442e8d62b05ebe7b6b58e9dbeb /infra
parent7c2e59de684104d3b436c4d4fbb2dd2426dcbd16 (diff)
downloadopencode-d8bbb6df60dafd5f872ff418c2826ff8382c3749.tar.gz
opencode-d8bbb6df60dafd5f872ff418c2826ff8382c3749.zip
zen: disable reload when reload fails
Diffstat (limited to 'infra')
-rw-r--r--infra/console.ts2
1 files changed, 2 insertions, 0 deletions
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",