mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-29 21:17:17 +00:00
12 lines
378 B
Plaintext
12 lines
378 B
Plaintext
- content_for :injection_data do
|
|
= inject_available_shipping_methods
|
|
= inject_available_payment_methods
|
|
= inject_saved_credit_cards
|
|
|
|
= form_with url: update_checkout_path, model: @order, method: :put do |f|
|
|
|
|
%div.checkout-step.medium-6
|
|
- if true ## test step
|
|
= hidden_field_tag "advance_to_state", "delivery"
|
|
= render "split_checkout/your_details", f: f
|