diff --git a/index.js b/index.js index 794449a02c41b55a1c177dd95c4245e6a6a7f121..5e70edc6d6404d2204ecab95dffa5ce39afb6e51 100644 --- a/index.js +++ b/index.js @@ -223946,6 +223946,8 @@ async function createBoConsent( */ async function updateBoConsent(url, token, consent, serviceId) { log('info', `Query updateBoConsent`) + log('info', `token ${token}`) + log('info', consent) const headers = { headers: { Authorization: `Bearer ${token}`, diff --git a/onDeleteAccount.js b/onDeleteAccount.js index ebe1f297470d562326513850d731a9d1a2faf21c..dff06e13087e09463d28d60b89ff8e08910382bf 100644 --- a/onDeleteAccount.js +++ b/onDeleteAccount.js @@ -223334,6 +223334,8 @@ async function createBoConsent( */ async function updateBoConsent(url, token, consent, serviceId) { log('info', `Query updateBoConsent`) + log('info', `token ${token}`) + log('info', consent) const headers = { headers: { Authorization: `Bearer ${token}`,