Fix checkout form order path

This commit is contained in:
Luis Ramos
2021-01-23 12:10:49 +00:00
parent 6e7ee02191
commit 60c3557c2d

View File

@@ -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,