We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42cb7e4 commit ec4f563Copy full SHA for ec4f563
Adyen/settings.py
@@ -1,3 +1,4 @@
1
+# Those constants are used from the library only
2
BASE_PAL_URL = "https://pal-{}.adyen.com/pal/servlet"
3
BASE_HPP_URL = "https://{}.adyen.com/hpp"
4
ENDPOINT_CHECKOUT_TEST = "https://checkout-test.adyen.com"
@@ -8,6 +9,3 @@
8
9
API_RECURRING_VERSION = "v25"
10
API_PAYMENT_VERSION = "v30"
11
API_PAYOUT_VERSION = "v30"
-
12
-# Deprecated
13
-API_VERSION = "v30"
0 commit comments