Files
openfoodnetwork/app/views/split_checkout/_form.html.haml
2023-07-03 11:03:05 +01: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}"