wip console

This commit is contained in:
Frank
2025-09-03 11:50:18 -04:00
parent 6921702605
commit afebe920b2

View File

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