summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2026-01-08 18:21:21 -0500
committerDax Raad <[email protected]>2026-01-08 18:21:21 -0500
commitbe34747526db16d3b388567ee87a732f5c30f249 (patch)
tree2c61e0a7c0eb62e038b305f495cd5ca27de37865
parent49d9f99924180c88fd22b285b1f546394e90c874 (diff)
downloadopencode-be34747526db16d3b388567ee87a732f5c30f249.tar.gz
opencode-be34747526db16d3b388567ee87a732f5c30f249.zip
add sponsored
-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"),