Files
openfoodnetwork/app/views/split_checkout/_form.html.haml
2021-09-08 10:34:34 +01:00

9 lines
264 B
Plaintext

- content_for :injection_data do
= inject_saved_credit_cards
%div.checkout-step
= form_with url: checkout_update_path(checkout_step), model: @order, method: :put,
data: { remote: "true" } do |form|
= render "split_checkout/#{checkout_step}", f: form