Skip to content
Permalink
Browse files
Done
  • Loading branch information
Nour Elgeziry authored and Nour Elgeziry committed Oct 20, 2020
1 parent d268de9 commit 07428d4cd4ccb0f7e511a643e294975daa6f10b7
Showing 1 changed file with 1 addition and 1 deletion.
@@ -110,6 +110,6 @@ def updateItem(request):
if orderItemWeek.quantity <= 0:
orderItemWeek.delete()

print('ProductID: ', productId, 'Action:',action)
print('ProductID__: ', productId, 'Action:',action)
return JsonResponse('item added', safe=False)

0 comments on commit 07428d4

Please sign in to comment.