mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
9 lines
264 B
Plaintext
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
|