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},
                 "redirect_urls": {"return_url": call_sub_url, "cancel_url": call_clc_url},
                 "transactions": [{
                 "transactions": [{
                     "payment_options": {
                     "payment_options": {
-                        "allowed_payment_method": "INSTANT_FUNDING_SOURCE,CREDIT_CARD,PAYPAL_BALANCE,PAYPAL_CREDIT"},
+                        "allowed_payment_method": "IMMEDIATE_PAY"},
                     "item_list": {"items": [
                     "item_list": {"items": [
                         {"name": "Cloud video", "sku": "1", "price": price, "currency": "USD", "quantity": 1}]},
                         {"name": "Cloud video", "sku": "1", "price": price, "currency": "USD", "quantity": 1}]},
                     "amount": {"total": price, "currency": currency},
                     "amount": {"total": price, "currency": currency},