fixed carrello che scompariva...
This commit is contained in:
@@ -83,6 +83,7 @@ router.post('/:userId', authenticate, async function (req, res, next) {
|
||||
nuovo = true;
|
||||
}
|
||||
|
||||
|
||||
let newCart = CartClass.constructByCart(mycart);
|
||||
// order = await Product.updateProductInOrder(order);
|
||||
if (!nuovo) {
|
||||
|
||||
Reference in New Issue
Block a user