File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,14 +17,14 @@ def test_checkout_api_url_custom(self):
1717 url = self .adyen .client ._determine_checkout_url ("live" , "payments" )
1818 self .client .live_endpoint_prefix = "1797a841fbb37ca7-AdyenDemo"
1919 self .assertEqual (url , "https://1797a841fbb37ca7-AdyenDemo-checkout-"
20- "live.adyenpayments.com/checkout/v40 /payments" )
20+ "live.adyenpayments.com/checkout/v41 /payments" )
2121
2222 def test_checkout_api_url (self ):
2323 self .client .live_endpoint_prefix = None
2424 url = self .adyen .client ._determine_checkout_url ("test" ,
2525 "paymentsDetails" )
2626 self .assertEqual (url , "https://checkout-test.adyen.com"
27- "/v40 /payments/details" )
27+ "/v41 /payments/details" )
2828
2929 def test_payments_invalid_platform (self ):
3030
You can’t perform that action at this time.
0 commit comments