File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 55ENDPOINT_CHECKOUT_LIVE_SUFFIX = "https://{}-checkout-live" \
66 ".adyenpayments.com/checkout"
77API_BIN_LOOKUP_VERSION = "v50"
8- API_CHECKOUT_VERSION = "v49 "
8+ API_CHECKOUT_VERSION = "v64 "
99API_CHECKOUT_UTILITY_VERSION = "v1"
10- API_RECURRING_VERSION = "v25 "
11- API_PAYMENT_VERSION = "v49 "
12- API_PAYOUT_VERSION = "v30 "
10+ API_RECURRING_VERSION = "v49 "
11+ API_PAYMENT_VERSION = "v64 "
12+ API_PAYOUT_VERSION = "v64 "
1313LIB_VERSION = "3.0.0"
1414LIB_NAME = "adyen-python-api-library"
Original file line number Diff line number Diff line change @@ -21,14 +21,14 @@ def test_checkout_api_url_custom(self):
2121 url = self .adyen .client ._determine_checkout_url ("live" , "payments" )
2222 self .client .live_endpoint_prefix = "1797a841fbb37ca7-AdyenDemo"
2323 self .assertEqual (url , "https://1797a841fbb37ca7-AdyenDemo-checkout-"
24- "live.adyenpayments.com/checkout/v49 /payments" )
24+ "live.adyenpayments.com/checkout/v64 /payments" )
2525
2626 def test_checkout_api_url (self ):
2727 self .client .live_endpoint_prefix = None
2828 url = self .adyen .client ._determine_checkout_url ("test" ,
2929 "paymentsDetails" )
3030 self .assertEqual (url , "https://checkout-test.adyen.com"
31- "/v49 /payments/details" )
31+ "/v64 /payments/details" )
3232
3333 def test_payments_invalid_platform (self ):
3434
You can’t perform that action at this time.
0 commit comments