Files
openfoodnetwork/app/views/checkout/_form.html.haml
2023-12-01 11:12:00 +00:00

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}"