From e91cc7e5142ea6568836c463de69b06d35fc3fc3 Mon Sep 17 00:00:00 2001 From: Frank Date: Wed, 7 Jan 2026 01:55:36 -0500 Subject: wip: black --- infra/console.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'infra') diff --git a/infra/console.ts b/infra/console.ts index 2ad577fc6..1e584ca57 100644 --- a/infra/console.ts +++ b/infra/console.ts @@ -76,6 +76,7 @@ export const stripeWebhook = new stripe.WebhookEndpoint("StripeWebhookEndpoint", "checkout.session.completed", "checkout.session.expired", "charge.refunded", + "invoice.payment_succeeded", "customer.created", "customer.deleted", "customer.updated", -- cgit v1.2.3