summaryrefslogtreecommitdiffhomepage
path: root/cloud/core/src/billing.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cloud/core/src/billing.ts')
-rw-r--r--cloud/core/src/billing.ts4
1 files changed, 1 insertions, 3 deletions
diff --git a/cloud/core/src/billing.ts b/cloud/core/src/billing.ts
index 6f241ba06..1677d159d 100644
--- a/cloud/core/src/billing.ts
+++ b/cloud/core/src/billing.ts
@@ -4,8 +4,6 @@ import { BillingTable, PaymentTable, UsageTable } from "./schema/billing.sql"
import { Actor } from "./actor"
import { fn } from "./util/fn"
import { z } from "zod"
-import { Identifier } from "./identifier"
-import { centsToMicroCents } from "./util/price"
import { User } from "./user"
import { Resource } from "@opencode/cloud-resource"
@@ -72,7 +70,7 @@ export namespace Billing {
product_data: {
name: "opencode credits",
},
- unit_amount: 2118, // $20 minimum + Stripe fee 4.4% + $0.30
+ unit_amount: 2123, // $20 minimum + Stripe fee 4.4% + $0.30
},
quantity: 1,
},