Skip to content

Commit ec4f563

Browse files
committed
Remove API_VERSION
1 parent 42cb7e4 commit ec4f563

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Adyen/settings.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Those constants are used from the library only
12
BASE_PAL_URL = "https://pal-{}.adyen.com/pal/servlet"
23
BASE_HPP_URL = "https://{}.adyen.com/hpp"
34
ENDPOINT_CHECKOUT_TEST = "https://checkout-test.adyen.com"
@@ -8,6 +9,3 @@
89
API_RECURRING_VERSION = "v25"
910
API_PAYMENT_VERSION = "v30"
1011
API_PAYOUT_VERSION = "v30"
11-
12-
# Deprecated
13-
API_VERSION = "v30"

0 commit comments

Comments
 (0)