add sponsored
parent
49d9f99924
commit
be34747526
|
|
@ -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 = [
|
const ZEN_MODELS = [
|
||||||
new sst.Secret("ZEN_MODELS1"),
|
new sst.Secret("ZEN_MODELS1"),
|
||||||
new sst.Secret("ZEN_MODELS2"),
|
new sst.Secret("ZEN_MODELS2"),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue