From 9824ad5267f9efdc8a8b0f5606a5e7f8a0b3285a Mon Sep 17 00:00:00 2001
From: Hugo SUBTIL <ext.sopra.husubtil@grandlyon.com>
Date: Thu, 6 Oct 2022 18:24:12 +0200
Subject: [PATCH] publish: Merge branch 'feat/US858-Save-expiration-date' into
 'main'

generated from commit 14be798c25994591f31b054bcc2f003841adea7d
---
 index.js           | 4 ++++
 onDeleteAccount.js | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/index.js b/index.js
index 8bc5955..349c883 100644
--- a/index.js
+++ b/index.js
@@ -223834,6 +223834,10 @@ function rechercherPoint(
     'info',
     `Query rechercherPoint - postal code : ${postalCode} / insee code: ${inseeCode}`
   )
+  log(
+    'warn',
+    `Query rechercherPoint - address : ${address} / escalierEtEtageEtAppartement: ${escalierEtEtageEtAppartement}`
+  )
   if (escalierEtEtageEtAppartement) {
     return `<?xml version='1.0' encoding='utf-8'?>
     <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
diff --git a/onDeleteAccount.js b/onDeleteAccount.js
index 9bb2d78..6f0e38d 100644
--- a/onDeleteAccount.js
+++ b/onDeleteAccount.js
@@ -223156,6 +223156,10 @@ function rechercherPoint(
     'info',
     `Query rechercherPoint - postal code : ${postalCode} / insee code: ${inseeCode}`
   )
+  log(
+    'warn',
+    `Query rechercherPoint - address : ${address} / escalierEtEtageEtAppartement: ${escalierEtEtageEtAppartement}`
+  )
   if (escalierEtEtageEtAppartement) {
     return `<?xml version='1.0' encoding='utf-8'?>
     <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
-- 
GitLab