Skip to content
Snippets Groups Projects
Commit 9e59090f authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

fix: address set to english

parent 6d8b994c
No related branches found
No related tags found
2 merge requests!12Feat/donnes tech debut contrat,!10Feat/rechercher point
Pipeline #39685 passed
......@@ -467,7 +467,7 @@ async function findUser(
apiAuthKey,
appLogin,
name,
addresse,
address,
postalCode,
inseeCode
) {
......@@ -480,7 +480,7 @@ async function findUser(
const { response } = await soapRequest({
url: url,
headers: sampleHeaders,
xml: rechercherPoint(appLogin, name, addresse, postalCode, inseeCode),
xml: rechercherPoint(appLogin, name, address, postalCode, inseeCode),
}).catch(err => {
log('error', 'rechercherPointResponse')
log('error', err)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment