diff --git a/app.py b/app.py index 75b5cd2..44f24fd 100644 --- a/app.py +++ b/app.py @@ -68,7 +68,7 @@ def checkout(): order = json.loads(request.data) print "Processing order for: " + order["email"] - cart = order["cart"] + cart = order["cart"]["items"] process_order(cart)