mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-21 01:34:22 +01:00
zen: accept tax id
This commit is contained in:
@@ -206,9 +206,6 @@ export namespace Billing {
|
|||||||
customer_email: user.email,
|
customer_email: user.email,
|
||||||
customer_creation: "always",
|
customer_creation: "always",
|
||||||
}),
|
}),
|
||||||
metadata: {
|
|
||||||
workspaceID: Actor.workspace(),
|
|
||||||
},
|
|
||||||
currency: "usd",
|
currency: "usd",
|
||||||
invoice_creation: {
|
invoice_creation: {
|
||||||
enabled: true,
|
enabled: true,
|
||||||
@@ -220,6 +217,16 @@ export namespace Billing {
|
|||||||
payment_method_data: {
|
payment_method_data: {
|
||||||
allow_redisplay: "always",
|
allow_redisplay: "always",
|
||||||
},
|
},
|
||||||
|
customer_update: {
|
||||||
|
name: "auto",
|
||||||
|
address: "auto",
|
||||||
|
},
|
||||||
|
tax_id_collection: {
|
||||||
|
enabled: true,
|
||||||
|
},
|
||||||
|
metadata: {
|
||||||
|
workspaceID: Actor.workspace(),
|
||||||
|
},
|
||||||
success_url: successUrl,
|
success_url: successUrl,
|
||||||
cancel_url: cancelUrl,
|
cancel_url: cancelUrl,
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user