Skip to content

Commit 2664359

Browse files
authored
Update Adyen/client.py
1 parent 45f58df commit 2664359

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
@@ -465,7 +465,7 @@ def call_checkout_api(self, request_data, method, endpoint, idempotency_key=None
465465

466466
def call_management_api(self, request_data, method, endpoint, idempotency_key=None,
467467
**kwargs):
468-
"""This will call the checkout adyen api. xapi key merchant_account,
468+
"""This will call the management adyen api. xapi key merchant_account,
469469
and platform are pulled from root module level and or self object.
470470
AdyenResult will be returned on 200 response. Otherwise, an exception
471471
is raised.

0 commit comments

Comments
 (0)