Kaynağa Gözat

限制电子支票支付

peng 1 yıl önce
ebeveyn
işleme
0c2004e742
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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"},
+                        "allowed_payment_method": "IMMEDIATE_PAY,INSTANT_FUNDING_SOURCE"},
                     "item_list": {"items": [
                         {"name": "Cloud video", "sku": "1", "price": price, "currency": "USD", "quantity": 1}]},
                     "amount": {"total": price, "currency": currency},