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

fix: logs

parent 5d7f15d9
No related branches found
No related tags found
1 merge request!7Feat/rename endpoints
Pipeline #39565 passed
This commit is part of merge request !7. Comments created here will be created in the context of that merge request.
...@@ -21,7 +21,7 @@ function consultationMesuresDetaillees( ...@@ -21,7 +21,7 @@ function consultationMesuresDetaillees(
) { ) {
log( log(
'info', 'info',
`consultationMesuresDetaillees - ${mesureType}/${unit} between ${startDt} and ${endDt}` `Query consultationMesuresDetaillees - ${mesureType}/${unit} between ${startDt} and ${endDt}`
) )
return `<?xml version='1.0' encoding='utf-8'?> return `<?xml version='1.0' encoding='utf-8'?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
...@@ -68,7 +68,7 @@ function consultationMesuresDetailleesMaxPower( ...@@ -68,7 +68,7 @@ function consultationMesuresDetailleesMaxPower(
) { ) {
log( log(
'info', 'info',
`consultationMesuresDetaillees - ${mesureType}/${unit} between ${startDt} and ${endDt}` `Query consultationMesuresDetaillees - ${mesureType}/${unit} between ${startDt} and ${endDt}`
) )
return `<?xml version='1.0' encoding='utf-8'?> return `<?xml version='1.0' encoding='utf-8'?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
...@@ -159,7 +159,7 @@ function rechercherPoint(appLogin, name, postalCode, inseeCode, address) { ...@@ -159,7 +159,7 @@ function rechercherPoint(appLogin, name, postalCode, inseeCode, address) {
* @returns {*} * @returns {*}
*/ */
function rechercherServicesSouscritsMesures(appLogin, contractId, pointId) { function rechercherServicesSouscritsMesures(appLogin, contractId, pointId) {
log('info', `Query commanderCollectePublicationMesures`) log('info', `Query rechercherServicesSouscritsMesures`)
return `<?xml version='1.0' encoding='utf-8'?> return `<?xml version='1.0' encoding='utf-8'?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:v2="http://www.enedis.fr/sge/b2b/rechercherservicessouscritsmesures/v1.0" xmlns:v2="http://www.enedis.fr/sge/b2b/rechercherservicessouscritsmesures/v1.0"
...@@ -234,7 +234,7 @@ function commanderCollectePublicationMesures( ...@@ -234,7 +234,7 @@ function commanderCollectePublicationMesures(
} }
/** /**
* * Stop the user consent
* @param {string} appLogin * @param {string} appLogin
* @param {string} contractId * @param {string} contractId
* @param {string} pointId * @param {string} pointId
......
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