浏览代码

限制电子支票支付

peng 1 年之前
父节点
当前提交
d448792150
共有 1 个文件被更改,包括 1 次插入1 次删除
  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": "INSTANT_FUNDING_SOURCE,CREDIT_CARD,PAYPAL_BALANCE,PAYPAL_CREDIT"},
+                        "allowed_payment_method": "IMMEDIATE_PAY"},
                     "item_list": {"items": [
                         {"name": "Cloud video", "sku": "1", "price": price, "currency": "USD", "quantity": 1}]},
                     "amount": {"total": price, "currency": currency},