2
0
Dax Raad 3 сар өмнө
parent
commit
be34747526
1 өөрчлөгдсөн 10 нэмэгдсэн , 0 устгасан
  1. 10 0
      infra/console.ts

+ 10 - 0
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"),