From 60c3557c2de24ac3ba520964f24516a8f9f494bf Mon Sep 17 00:00:00 2001 From: Luis Ramos Date: Sat, 23 Jan 2021 12:10:49 +0000 Subject: [PATCH] Fix checkout form order path --- app/views/checkout/_form.html.haml | 1 + 1 file changed, 1 insertion(+) 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,