zen: add alipay for adding balance
parent
4a81df190c
commit
9e6c4a01aa
|
|
@ -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…
Reference in New Issue