Browse Source

wip console

Frank 5 months ago
parent
commit
afebe920b2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      infra/cloud.ts

+ 1 - 1
infra/cloud.ts

@@ -68,7 +68,7 @@ export const auth = new sst.cloudflare.Worker("AuthApi", {
 // GATEWAY
 // GATEWAY
 ////////////////
 ////////////////
 
 
-export const stripeWebhook = new WebhookEndpoint("StripeWebhook", {
+export const stripeWebhook = new WebhookEndpoint("StripeWebhookEndpoint", {
   url: $interpolate`https://${domain}/stripe/webhook`,
   url: $interpolate`https://${domain}/stripe/webhook`,
   enabledEvents: [
   enabledEvents: [
     "checkout.session.async_payment_failed",
     "checkout.session.async_payment_failed",