|
|
@@ -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",
|