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 236cd10 commit 4782cb6Copy full SHA for 4782cb6
test/CheckoutTest.py
@@ -195,14 +195,14 @@ def test_payments_result_error_mocked(self):
195
self.assertEqual("validation", result.message['errorType'])
196
197
def test_checkout_api_url(self):
198
- url = self.ady.client._determine_checkout_url("live", ""
199
- , "paymentDetails")
+ url = self.ady.client._determine_checkout_url("live", "",
+ "paymentDetails")
200
self.assertEqual(url, "https://checkout-live.adyen.com"
201
"//v40/payment/details")
202
203
def test_checkout_api_url_custom(self):
204
205
- , "payments",
+ "payments",
206
"1797a841fbb37ca7"
207
"-AdyenDemo")
208
0 commit comments