.
This commit is contained in:
parent
efc617967d
commit
44d482cd04
@ -87,7 +87,6 @@ function sendPendienteConfirmacion(header, values) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function sendListaEspera(header, values) {
|
function sendListaEspera(header, values) {
|
||||||
console.log('>>>>>>>>>>>>>>>>>>><<sendListaEspera>>>', values);
|
|
||||||
const body = {
|
const body = {
|
||||||
TemplateID: 180,
|
TemplateID: 180,
|
||||||
TemplateLanguage: true,
|
TemplateLanguage: true,
|
||||||
@ -107,6 +106,7 @@ console.log('>>>>>>>>>>>>>>>>>>><<sendListaEspera>>>', values);
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
console.log('>>>>>>>>>>>>>>>>>>><<sendListaEspera>>>', body);
|
||||||
return sendinblueHelper.sendEmailTransactional(header, body);
|
return sendinblueHelper.sendEmailTransactional(header, body);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user