Ver Fonte

wip: zen

Frank há 1 mês atrás
pai
commit
cc18fa599c
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      packages/console/core/src/billing.ts

+ 2 - 2
packages/console/core/src/billing.ts

@@ -218,7 +218,7 @@ export namespace Billing {
             setup_future_usage: "on_session",
           },
         },
-        payment_method_types: ["card", "alipay"],
+        payment_method_types: ["card" /*, "alipay"*/],
         //payment_method_data: {
         //  allow_redisplay: "always",
         //},
@@ -269,7 +269,7 @@ export namespace Billing {
               customer_email: email!,
             }),
         currency: "usd",
-        payment_method_types: ["card", "alipay"],
+        payment_method_types: ["card" /*, "alipay"*/],
         tax_id_collection: {
           enabled: true,
         },