summaryrefslogtreecommitdiffhomepage
path: root/infra
diff options
context:
space:
mode:
Diffstat (limited to 'infra')
-rw-r--r--infra/console.ts10
1 files changed, 10 insertions, 0 deletions
diff --git a/infra/console.ts b/infra/console.ts
index 1e584ca57..f5d2a5f2b 100644
--- a/infra/console.ts
+++ b/infra/console.ts
@@ -111,6 +111,16 @@ const zenPrice = new stripe.Price("ZenBlackPrice", {
},
})
+const zenSponsoredPrice = new stripe.Price("ZenBlackSponsoredPrice", {
+ product: zenProduct.id,
+ unitAmount: 0,
+ currency: "usd",
+ recurring: {
+ interval: "month",
+ intervalCount: 1,
+ },
+})
+
const ZEN_MODELS = [
new sst.Secret("ZEN_MODELS1"),
new sst.Secret("ZEN_MODELS2"),