|
@@ -212,13 +212,18 @@ export namespace Billing {
|
|
|
invoice_creation: {
|
|
invoice_creation: {
|
|
|
enabled: true,
|
|
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: {
|
|
tax_id_collection: {
|
|
|
enabled: true,
|
|
enabled: true,
|
|
|
},
|
|
},
|