mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-26 18:44:47 +00:00
zen: add alipay for adding balance
This commit is contained in:
@@ -212,13 +212,18 @@ export namespace Billing {
|
|||||||
invoice_creation: {
|
invoice_creation: {
|
||||||
enabled: true,
|
enabled: true,
|
||||||
},
|
},
|
||||||
payment_intent_data: {
|
payment_method_options: {
|
||||||
setup_future_usage: "on_session",
|
alipay: {
|
||||||
},
|
setup_future_usage: "off_session",
|
||||||
payment_method_types: ["card"],
|
},
|
||||||
payment_method_data: {
|
card: {
|
||||||
allow_redisplay: "always",
|
setup_future_usage: "on_session",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
|
payment_method_types: ["card", "alipay"],
|
||||||
|
//payment_method_data: {
|
||||||
|
// allow_redisplay: "always",
|
||||||
|
//},
|
||||||
tax_id_collection: {
|
tax_id_collection: {
|
||||||
enabled: true,
|
enabled: true,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user