mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-01 22:10:23 +00:00
wip: zen
This commit is contained in:
parent
aa81c1c4cb
commit
cc18fa599c
1 changed files with 2 additions and 2 deletions
|
|
@ -218,7 +218,7 @@ export namespace Billing {
|
|||
setup_future_usage: "on_session",
|
||||
},
|
||||
},
|
||||
payment_method_types: ["card", "alipay"],
|
||||
payment_method_types: ["card" /*, "alipay"*/],
|
||||
//payment_method_data: {
|
||||
// allow_redisplay: "always",
|
||||
//},
|
||||
|
|
@ -269,7 +269,7 @@ export namespace Billing {
|
|||
customer_email: email!,
|
||||
}),
|
||||
currency: "usd",
|
||||
payment_method_types: ["card", "alipay"],
|
||||
payment_method_types: ["card" /*, "alipay"*/],
|
||||
tax_id_collection: {
|
||||
enabled: true,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue