summaryrefslogtreecommitdiff
path: root/fixco_custom/models/detail_order.py
diff options
context:
space:
mode:
Diffstat (limited to 'fixco_custom/models/detail_order.py')
-rwxr-xr-xfixco_custom/models/detail_order.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fixco_custom/models/detail_order.py b/fixco_custom/models/detail_order.py
index af6b1ee..6cf291c 100755
--- a/fixco_custom/models/detail_order.py
+++ b/fixco_custom/models/detail_order.py
@@ -239,7 +239,7 @@ class DetailOrder(models.Model):
product_quantities = {}
for item in items:
- key = item.get('masterSku')
+ key = item.get('sku')
qty = item.get('quantity', 0)
price = item.get('actualPrice', 0)