mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
7 lines
227 B
Plaintext
7 lines
227 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 do |f|
|
|
= render "split_checkout/#{checkout_step}", f: f
|