diff --git a/index.js b/index.js index d3d0a425fb602826c8fcc510a1922941774f1ec5..b584cfb1b1cb3e9abc5ad5fbb3425e77a111ad44 100644 --- a/index.js +++ b/index.js @@ -223902,6 +223902,15 @@ async function createBoConsent( }, } try { + log('log', { + pointID, + lastname, + firstname, + address, + postalCode, + inseeCode, + }) + log('log', headers) const { data } = await axios.post( `${url}/consent`, { diff --git a/onDeleteAccount.js b/onDeleteAccount.js index a241f0a6ae52936642bb5bf3d483c6b608bd76f3..cbd71bed79081b8ac2ae44d956e32f745df46869 100644 --- a/onDeleteAccount.js +++ b/onDeleteAccount.js @@ -223288,6 +223288,15 @@ async function createBoConsent( }, } try { + log('log', { + pointID, + lastname, + firstname, + address, + postalCode, + inseeCode, + }) + log('log', headers) const { data } = await axios.post( `${url}/consent`, {