Skip to content

Commit fd0fab4

Browse files
authored
Merge pull request #34 from Adyen/Version-Changes
Changed version endpoint to v25
2 parents 67f4a8e + d00831a commit fd0fab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Adyen/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
BASE_PAL_url = "https://pal-{}.adyen.com/pal/servlet"
2525
BASE_HPP_url = "https://{}.adyen.com/hpp"
26-
API_VERSION = "v18"
26+
API_VERSION = "v25"
2727
API_CLIENT_ATTR = ["username","password","review_payout_user",
2828
"review_payout_password","confirm_payout_user","confirm_payout_password",
2929
"platform","merchant_account","merchant_specific_url","hmac"]

0 commit comments

Comments
 (0)