Parcourir la source

限制电子支票支付

peng il y a 1 an
Parent
commit
b3b06d4d92
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      Controller/CloudStorage.py

+ 2 - 0
Controller/CloudStorage.py

@@ -1648,6 +1648,8 @@ class CloudStorageView(View):
                 "payer": {"payment_method": "paypal"},
                 "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"},
                     "item_list": {"items": [
                         {"name": "Cloud video", "sku": "1", "price": price, "currency": "USD", "quantity": 1}]},
                     "amount": {"total": price, "currency": currency},