mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-21 01:34:22 +01:00
wip: zen
This commit is contained in:
@@ -201,6 +201,9 @@ export namespace Billing {
|
|||||||
...(customer.customerID
|
...(customer.customerID
|
||||||
? {
|
? {
|
||||||
customer: customer.customerID,
|
customer: customer.customerID,
|
||||||
|
customer_update: {
|
||||||
|
name: "auto",
|
||||||
|
},
|
||||||
}
|
}
|
||||||
: {
|
: {
|
||||||
customer_email: user.email,
|
customer_email: user.email,
|
||||||
@@ -217,6 +220,9 @@ export namespace Billing {
|
|||||||
payment_method_data: {
|
payment_method_data: {
|
||||||
allow_redisplay: "always",
|
allow_redisplay: "always",
|
||||||
},
|
},
|
||||||
|
tax_id_collection: {
|
||||||
|
enabled: true,
|
||||||
|
},
|
||||||
metadata: {
|
metadata: {
|
||||||
workspaceID: Actor.workspace(),
|
workspaceID: Actor.workspace(),
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user