Skip to content

Commit be34747

Browse files
committed
add sponsored
1 parent 49d9f99 commit be34747

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

infra/console.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,16 @@ const zenPrice = new stripe.Price("ZenBlackPrice", {
111111
},
112112
})
113113

114+
const zenSponsoredPrice = new stripe.Price("ZenBlackSponsoredPrice", {
115+
product: zenProduct.id,
116+
unitAmount: 0,
117+
currency: "usd",
118+
recurring: {
119+
interval: "month",
120+
intervalCount: 1,
121+
},
122+
})
123+
114124
const ZEN_MODELS = [
115125
new sst.Secret("ZEN_MODELS1"),
116126
new sst.Secret("ZEN_MODELS2"),

0 commit comments

Comments
 (0)