diff --git a/app/views/checkout/_form.html.haml b/app/views/checkout/_form.html.haml index e755af01e4..1602b4e579 100644 --- a/app/views/checkout/_form.html.haml +++ b/app/views/checkout/_form.html.haml @@ -4,6 +4,7 @@ = inject_saved_credit_cards = form_for current_order, + url: spree_order_path(current_order), html: {name: "checkout", id: "checkout_form", novalidate: true,