This commit is contained in:
Andres2908
2022-03-23 19:00:57 -06:00
parent b1b2b38d88
commit 5d895e99ec
@@ -65,8 +65,9 @@ const inscripcion = async (body, file) => {
.then((res) => {
if (file)
fs.renameSync(file.path, file.path + '.' + file.mimetype.split('/')[1]);
usuarioInscrito(numeroCuenta, idArea);
agregarRecibo(folio, monto, fechaTicket, numeroCuenta);
console.log(moment(fechaTicket).format('L'));
// usuarioInscrito(numeroCuenta, idArea);
// agregarRecibo(folio, monto, ahora(fechaTicket), numeroCuenta);
return gmail(correo.subject, email, correo.msj);
})
.then((res) => ({