From edd6198999e956f9cccde0d67b8719b6b68188e3 Mon Sep 17 00:00:00 2001 From: Frank Date: Tue, 23 Sep 2025 17:58:26 -0400 Subject: zen: refund --- infra/console.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'infra') diff --git a/infra/console.ts b/infra/console.ts index 74c478aee..bd0af2b15 100644 --- a/infra/console.ts +++ b/infra/console.ts @@ -75,6 +75,7 @@ export const stripeWebhook = new WebhookEndpoint("StripeWebhookEndpoint", { "checkout.session.async_payment_succeeded", "checkout.session.completed", "checkout.session.expired", + "charge.refunded", "customer.created", "customer.deleted", "customer.updated", @@ -93,9 +94,6 @@ export const stripeWebhook = new WebhookEndpoint("StripeWebhookEndpoint", { "customer.subscription.resumed", "customer.subscription.trial_will_end", "customer.subscription.updated", - "customer.tax_id.created", - "customer.tax_id.deleted", - "customer.tax_id.updated", ], }) -- cgit v1.2.3