You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Line 77 of the guestOrder function in utils.py (product = Product.objects.get (id = item ['id'])), error KeyError: 'id', replace with (product = Product.objects.get (id = item ['product'] ['id']))
The text was updated successfully, but these errors were encountered:
Line 77 of the guestOrder function in utils.py (product = Product.objects.get (id = item ['id'])), error KeyError: 'id', replace with (product = Product.objects.get (id = item ['product'] ['id']))
The text was updated successfully, but these errors were encountered: