diff options
| author | Frank <[email protected]> | 2026-01-24 08:33:47 -0500 |
|---|---|---|
| committer | Frank <[email protected]> | 2026-01-24 11:48:19 -0500 |
| commit | d8bbb6df60dafd5f872ff418c2826ff8382c3749 (patch) | |
| tree | b9857a66c263ff442e8d62b05ebe7b6b58e9dbeb /infra | |
| parent | 7c2e59de684104d3b436c4d4fbb2dd2426dcbd16 (diff) | |
| download | opencode-d8bbb6df60dafd5f872ff418c2826ff8382c3749.tar.gz opencode-d8bbb6df60dafd5f872ff418c2826ff8382c3749.zip | |
zen: disable reload when reload fails
Diffstat (limited to 'infra')
| -rw-r--r-- | infra/console.ts | 2 |
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", |
