This commit is contained in:
David Arranz 2025-03-18 09:15:24 +01:00
parent efc617967d
commit 44d482cd04

View File

@ -87,7 +87,6 @@ function sendPendienteConfirmacion(header, values) {
}
function sendListaEspera(header, values) {
console.log('>>>>>>>>>>>>>>>>>>><<sendListaEspera>>>', values);
const body = {
TemplateID: 180,
TemplateLanguage: true,
@ -107,6 +106,7 @@ console.log('>>>>>>>>>>>>>>>>>>><<sendListaEspera>>>', values);
},
};
console.log('>>>>>>>>>>>>>>>>>>><<sendListaEspera>>>', body);
return sendinblueHelper.sendEmailTransactional(header, body);
}