a
This commit is contained in:
parent
0dd318c715
commit
b687c23378
@ -473,8 +473,8 @@ console.log(member);
|
|||||||
eventName: dataInscription.event.name,
|
eventName: dataInscription.event.name,
|
||||||
dateInscription: moment(dataInscription.event.init_date).format('D [de] MMMM [de] YYYY'),
|
dateInscription: moment(dataInscription.event.init_date).format('D [de] MMMM [de] YYYY'),
|
||||||
}
|
}
|
||||||
|
console.log('Mandamos mail con entrada>>>>>>>>>>>>>>>>>>>>>>>>>>>');
|
||||||
console.log(headerMail, bodyMail);
|
console.log(headerMail, bodyMail);
|
||||||
if (member.validated)
|
if (member.validated)
|
||||||
emailHelper.sendTicket(headerMail, bodyMail)
|
emailHelper.sendTicket(headerMail, bodyMail)
|
||||||
else
|
else
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user