Skip to content

Commit 1172fa4

Browse files
committed
wip: zen go
1 parent b368181 commit 1172fa4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infra/console.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ export const stripeWebhook = new stripe.WebhookEndpoint("StripeWebhookEndpoint",
101101
})
102102

103103
const zenLiteProduct = new stripe.Product("ZenLite", {
104-
name: "OpenCode Lite",
104+
name: "OpenCode Go",
105105
})
106106
const zenLitePrice = new stripe.Price("ZenLitePrice", {
107107
product: zenLiteProduct.id,

0 commit comments

Comments
 (0)