class Adyen::AndroidFilesCompanyLevelApi
def upload_android_app(company_id, headers: {})
def upload_android_app(company_id, headers: {}) endpoint = '/companies/{companyId}/androidApps'.gsub(/{.+?}/, '%s') endpoint = endpoint.gsub(%r{^/}, '') endpoint = format(endpoint, company_id) action = { method: 'post', url: endpoint } @client.call_adyen_api(@service, action, {}, headers, @version) end