summaryrefslogtreecommitdiffhomepage
path: root/cloud/core/src/billing.ts
diff options
context:
space:
mode:
authorFrank <[email protected]>2025-09-02 23:28:52 -0400
committerFrank <[email protected]>2025-09-02 23:28:54 -0400
commitc1d754bec9f54836f66181dd37d279f0ffe2e6e5 (patch)
tree76bb46b53defae3a9802d38f6af435659e0393cf /cloud/core/src/billing.ts
parentc67b72178761ffd998fdd750b2a36c4568b43f64 (diff)
downloadopencode-c1d754bec9f54836f66181dd37d279f0ffe2e6e5.tar.gz
opencode-c1d754bec9f54836f66181dd37d279f0ffe2e6e5.zip
wip cloud
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,
},