소스 검색

限制电子支票支付

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},