api_entreprise: revert to API v2
Fix a production error
This commit is contained in:
parent
df74118c46
commit
10e1408a88
1 changed files with 1 additions and 3 deletions
|
@ -40,9 +40,7 @@ class ApiEntreprise::API
|
|||
end
|
||||
|
||||
def self.url(resource_name, siret_or_siren)
|
||||
base_url = [API_ENTREPRISE_URL, resource_name, siret_or_siren].join("/")
|
||||
|
||||
"#{base_url}?with_insee_v3=true"
|
||||
[API_ENTREPRISE_URL, resource_name, siret_or_siren].join("/")
|
||||
end
|
||||
|
||||
def self.params(siret_or_siren, procedure_id)
|
||||
|
|
Loading…
Reference in a new issue