Files
openfoodnetwork/app/views/checkout/_form.html.haml
2025-03-03 14:46:24 +01:00

6 lines
180 B
Plaintext

- content_for :injection_data do
= inject_saved_credit_cards
.checkout-step{ class: "#{'checkout-summary' if checkout_step?(:summary)}" }
= render "checkout/#{checkout_step}"