mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-06 00:12:11 +00:00
zen: add alipay for adding balance
This commit is contained in:
parent
4a81df190c
commit
9e6c4a01aa
1 changed files with 11 additions and 6 deletions
|
|
@ -212,13 +212,18 @@ export namespace Billing {
|
|||
invoice_creation: {
|
||||
enabled: true,
|
||||
},
|
||||
payment_intent_data: {
|
||||
setup_future_usage: "on_session",
|
||||
},
|
||||
payment_method_types: ["card"],
|
||||
payment_method_data: {
|
||||
allow_redisplay: "always",
|
||||
payment_method_options: {
|
||||
alipay: {
|
||||
setup_future_usage: "off_session",
|
||||
},
|
||||
card: {
|
||||
setup_future_usage: "on_session",
|
||||
},
|
||||
},
|
||||
payment_method_types: ["card", "alipay"],
|
||||
//payment_method_data: {
|
||||
// allow_redisplay: "always",
|
||||
//},
|
||||
tax_id_collection: {
|
||||
enabled: true,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue