mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 05:43:55 +00:00
wip: zen
This commit is contained in:
parent
cc18fa599c
commit
4e73473119
@ -218,7 +218,7 @@ export namespace Billing {
|
|||||||
setup_future_usage: "on_session",
|
setup_future_usage: "on_session",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
payment_method_types: ["card" /*, "alipay"*/],
|
payment_method_types: ["card", "alipay"],
|
||||||
//payment_method_data: {
|
//payment_method_data: {
|
||||||
// allow_redisplay: "always",
|
// allow_redisplay: "always",
|
||||||
//},
|
//},
|
||||||
@ -269,7 +269,7 @@ export namespace Billing {
|
|||||||
customer_email: email!,
|
customer_email: email!,
|
||||||
}),
|
}),
|
||||||
currency: "usd",
|
currency: "usd",
|
||||||
payment_method_types: ["card" /*, "alipay"*/],
|
payment_method_types: ["card", "alipay"],
|
||||||
tax_id_collection: {
|
tax_id_collection: {
|
||||||
enabled: true,
|
enabled: true,
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user