wip: zen go

pull/14428/head^2
Frank 2026-02-25 12:39:48 -05:00
parent b368181ac9
commit 1172fa418e
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ export const stripeWebhook = new stripe.WebhookEndpoint("StripeWebhookEndpoint",
})
const zenLiteProduct = new stripe.Product("ZenLite", {
name: "OpenCode Lite",
name: "OpenCode Go",
})
const zenLitePrice = new stripe.Price("ZenLitePrice", {
product: zenLiteProduct.id,