From b3b97b1d7407e81cc1d1003e2f60b92878bca3fb Mon Sep 17 00:00:00 2001 From: Frank Date: Wed, 3 Sep 2025 11:50:18 -0400 Subject: [PATCH] wip console --- infra/cloud.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/cloud.ts b/infra/cloud.ts index faea8826d4..f81e9c45a0 100644 --- a/infra/cloud.ts +++ b/infra/cloud.ts @@ -68,7 +68,7 @@ export const auth = new sst.cloudflare.Worker("AuthApi", { // GATEWAY //////////////// -export const stripeWebhook = new WebhookEndpoint("StripeWebhook", { +export const stripeWebhook = new WebhookEndpoint("StripeWebhookEndpoint", { url: $interpolate`https://${domain}/stripe/webhook`, enabledEvents: [ "checkout.session.async_payment_failed",