diff options
Diffstat (limited to 'server')
-rw-r--r-- | server/controllers/transaction.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/controllers/transaction.js b/server/controllers/transaction.js index 62ffd9c..9edb778 100644 --- a/server/controllers/transaction.js +++ b/server/controllers/transaction.js @@ -66,6 +66,7 @@ module.exports = { newOrderObj.items.push({ productId: itemId, + name: item.name, quantity: itemQuantity }); } |