Skip to content

Commit b8afa93

Browse files
false[adyen-sdk-automation] automated change (#312)
1 parent fe04a6b commit b8afa93

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Adyen/services/management/android_files_company_level_api.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,14 @@ def list_android_certificates(self, companyId, idempotency_key=None, **kwargs):
3737
method = "GET"
3838
return self.client.call_adyen_api(None, self.service, method, endpoint, idempotency_key, **kwargs)
3939

40+
def reprocess_android_app(self, companyId, id, idempotency_key=None, **kwargs):
41+
"""
42+
Reprocess Android App
43+
"""
44+
endpoint = self.baseUrl + f"/companies/{companyId}/androidApps/{id}"
45+
method = "PATCH"
46+
return self.client.call_adyen_api(None, self.service, method, endpoint, idempotency_key, **kwargs)
47+
4048
def upload_android_app(self, companyId, idempotency_key=None, **kwargs):
4149
"""
4250
Upload Android App

0 commit comments

Comments
 (0)