.
This commit is contained in:
parent
387520045f
commit
2532395b5b
@ -41,11 +41,6 @@ function sendEmailTransactional(header, body) {
|
|||||||
sendSmtpEmail.to = [{ name: header.name, email: header.to }];
|
sendSmtpEmail.to = [{ name: header.name, email: header.to }];
|
||||||
if (header.bcc) { sendSmtpEmail.bcc = [{ name: header.bccName, email: header.bcc }] };
|
if (header.bcc) { sendSmtpEmail.bcc = [{ name: header.bccName, email: header.bcc }] };
|
||||||
|
|
||||||
console.log('+++++++++++++++++++++++++++++');
|
|
||||||
console.log(body.Variables);
|
|
||||||
console.log('+++++++++++++++++++++++++++++');
|
|
||||||
|
|
||||||
|
|
||||||
sendSmtpEmail.subject = header.subject;
|
sendSmtpEmail.subject = header.subject;
|
||||||
sendSmtpEmail.params = body.Variables;
|
sendSmtpEmail.params = body.Variables;
|
||||||
|
|
||||||
|
|||||||
@ -59,6 +59,9 @@ function generateMemberInscription(user, inscription, reservation) {
|
|||||||
qrCode: null,
|
qrCode: null,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
console.log('>>>>>>>generateMemberInscription>>>>>>');
|
||||||
|
console.log(memberInscription);
|
||||||
|
console.log('>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><>>>>>>');
|
||||||
|
|
||||||
return memberInscription;
|
return memberInscription;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user