mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-26 20:56:48 +00:00
6 lines
190 B
Plaintext
6 lines
190 B
Plaintext
- content_for :injection_data do
|
|
= inject_saved_credit_cards
|
|
|
|
%div.checkout-step{ class: "#{'checkout-summary' if checkout_step?(:summary)}" }
|
|
= render "split_checkout/#{checkout_step}"
|