Frank 1 месяц назад
Родитель
Сommit
1172fa418e
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      infra/console.ts

+ 1 - 1
infra/console.ts

@@ -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,