Quellcode durchsuchen

限制电子支票支付

peng vor 1 Jahr
Ursprung
Commit
21aea8eedf
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      Controller/CloudStorage.py

+ 1 - 1
Controller/CloudStorage.py

@@ -1649,7 +1649,7 @@ class CloudStorageView(View):
                 "redirect_urls": {"return_url": call_sub_url, "cancel_url": call_clc_url},
                 "transactions": [{
                     "payment_options": {
-                        "allowed_payment_method": "IMMEDIATE_PAY,INSTANT_FUNDING_SOURCE"},
+                        "allowed_payment_method": "IMMEDIATE_PAY"},
                     "item_list": {"items": [
                         {"name": "Cloud video", "sku": "1", "price": price, "currency": "USD", "quantity": 1}]},
                     "amount": {"total": price, "currency": currency},