email da inviare ai clienti ...

This commit is contained in:
Surya Paolo
2024-01-09 23:57:30 +01:00
parent 3dfb990620
commit a71c487697
5 changed files with 116 additions and 50 deletions

View File

@@ -235,7 +235,7 @@ module.exports.getOrdersCartByQuery = async function (query) {
.populate({
path: 'userId',
model: 'User',
select: '_id name surname username profile'
select: '_id name surname username profile email lang'
})
.lean();