Skip to content

Commit

Permalink
[create-pull-request] automated change (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdyenAutomationBot committed Nov 6, 2023
1 parent 7da8a87 commit 3e4cfcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Adyen/services/management/my_api_credential_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ def add_allowed_origin(self, request, idempotency_key=None, **kwargs):
method = "POST"
return self.client.call_adyen_api(request, self.service, method, endpoint, idempotency_key, **kwargs)

def generate_new_client_key_for_self(self, idempotency_key=None, **kwargs):
def generate_client_key(self, idempotency_key=None, **kwargs):
"""
Generate new client key for self
Generate a client key
"""
endpoint = self.baseUrl + f"/me/generateClientKey"
method = "POST"
Expand Down

0 comments on commit 3e4cfcb

Please sign in to comment.