summaryrefslogtreecommitdiffhomepage
path: root/infra/console.ts
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-09-26 07:54:30 -0400
committeropencode <[email protected]>2025-09-26 11:57:49 +0000
commitbfe3f03e03a91af51f95f2fe7b45eddf43deea12 (patch)
tree234c8168efa5a43a5cb723dc7061ecbbdcf91a3e /infra/console.ts
parentd01af65dbcdc40657140321f938ca8ce6ecd97a0 (diff)
downloadopencode-bfe3f03e03a91af51f95f2fe7b45eddf43deea12.tar.gz
opencode-bfe3f03e03a91af51f95f2fe7b45eddf43deea12.zip
ci: fix deploy
Diffstat (limited to 'infra/console.ts')
-rw-r--r--infra/console.ts3
1 files changed, 1 insertions, 2 deletions
diff --git a/infra/console.ts b/infra/console.ts
index bd0af2b15..b898995d9 100644
--- a/infra/console.ts
+++ b/infra/console.ts
@@ -1,4 +1,3 @@
-import { WebhookEndpoint } from "pulumi-stripe"
import { domain } from "./stage"
////////////////
@@ -68,7 +67,7 @@ export const auth = new sst.cloudflare.Worker("AuthApi", {
// GATEWAY
////////////////
-export const stripeWebhook = new WebhookEndpoint("StripeWebhookEndpoint", {
+export const stripeWebhook = new stripe.WebhookEndpoint("StripeWebhookEndpoint", {
url: $interpolate`https://${domain}/stripe/webhook`,
enabledEvents: [
"checkout.session.async_payment_failed",