summaryrefslogtreecommitdiffhomepage
path: root/packages/console
diff options
context:
space:
mode:
authorFrank <[email protected]>2025-09-27 10:19:58 -0400
committerFrank <[email protected]>2025-09-27 10:19:58 -0400
commitc7e5d291093e87e6a9bc68c2ca3e470566355db7 (patch)
tree8766229796502faf5cb7c0f57863a5128e876eb3 /packages/console
parenta564267b29a05ea33b72cc4931f02fe47664ac25 (diff)
downloadopencode-c7e5d291093e87e6a9bc68c2ca3e470566355db7.tar.gz
opencode-c7e5d291093e87e6a9bc68c2ca3e470566355db7.zip
wip: zen
Diffstat (limited to 'packages/console')
-rw-r--r--packages/console/core/src/billing.ts6
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/console/core/src/billing.ts b/packages/console/core/src/billing.ts
index 1a5400267..a87498a33 100644
--- a/packages/console/core/src/billing.ts
+++ b/packages/console/core/src/billing.ts
@@ -201,6 +201,9 @@ export namespace Billing {
...(customer.customerID
? {
customer: customer.customerID,
+ customer_update: {
+ name: "auto",
+ },
}
: {
customer_email: user.email,
@@ -217,6 +220,9 @@ export namespace Billing {
payment_method_data: {
allow_redisplay: "always",
},
+ tax_id_collection: {
+ enabled: true,
+ },
metadata: {
workspaceID: Actor.workspace(),
},