summaryrefslogtreecommitdiffhomepage
path: root/infra
diff options
context:
space:
mode:
authorFrank <[email protected]>2025-09-23 17:58:26 -0400
committerFrank <[email protected]>2025-09-23 17:58:27 -0400
commitedd6198999e956f9cccde0d67b8719b6b68188e3 (patch)
tree36073c8a2efca29381f5be6c4d58e6e5f271e5a5 /infra
parentc3b2c27997261b07db8efb3e0a4819dccb90a8b8 (diff)
downloadopencode-edd6198999e956f9cccde0d67b8719b6b68188e3.tar.gz
opencode-edd6198999e956f9cccde0d67b8719b6b68188e3.zip
zen: refund
Diffstat (limited to 'infra')
-rw-r--r--infra/console.ts4
1 files changed, 1 insertions, 3 deletions
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",
],
})