mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-29 21:33:54 +00:00
wip console
This commit is contained in:
parent
9c6783e88e
commit
6921702605
@ -69,7 +69,7 @@ export const auth = new sst.cloudflare.Worker("AuthApi", {
|
||||
////////////////
|
||||
|
||||
export const stripeWebhook = new WebhookEndpoint("StripeWebhook", {
|
||||
url: $interpolate`https://console.${domain}/stripe/webhook`,
|
||||
url: $interpolate`https://${domain}/stripe/webhook`,
|
||||
enabledEvents: [
|
||||
"checkout.session.async_payment_failed",
|
||||
"checkout.session.async_payment_succeeded",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user