Dax Raad il y a 3 mois
Parent
commit
80772e5ac2
1 fichiers modifiés avec 0 ajouts et 10 suppressions
  1. 0 10
      infra/console.ts

+ 0 - 10
infra/console.ts

@@ -111,16 +111,6 @@ 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"),