From cd46f22d513d60b7a9bdca1111d25c50d2398355 Mon Sep 17 00:00:00 2001 From: Frank Date: Sun, 19 Jul 2026 23:55:16 -0400 Subject: [PATCH] sync --- packages/console/app/src/routes/stripe/webhook.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/console/app/src/routes/stripe/webhook.ts b/packages/console/app/src/routes/stripe/webhook.ts index d7083b830f..e1e4e6cbd3 100644 --- a/packages/console/app/src/routes/stripe/webhook.ts +++ b/packages/console/app/src/routes/stripe/webhook.ts @@ -196,7 +196,6 @@ export async function POST(input: APIEvent) { } } if (body.type === "customer.subscription.deleted") { - /* const subscriptionID = body.data.object.id if (!subscriptionID) throw new Error("Subscription ID not found") @@ -206,7 +205,6 @@ export async function POST(input: APIEvent) { } else if (productID === BlackData.productID()) { await Billing.unsubscribeBlack({ subscriptionID }) } - */ } if (body.type === "invoice.payment_succeeded") { if (