aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--server/controllers/transaction.js1
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
});
}