Sha256: dddb524b63c32e613fe652cf82aa367a55ae5a6c038bf10423d3c9a986927c1e
Contents?: true
Size: 261 Bytes
Versions: 1
Compression:
Stored size: 261 Bytes
Contents
<ul class="payment-method-controls"> <% methods.each do |method| %> <li id="payment_method_<%= method.id %>"> <%= render( "spree/checkout/payment/#{method.partial_name}", payment_method: method ) %> </li> <% end %> </ul>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
solidus_starter_frontend-0.1.0 | app/views/spree/components/checkout/_payment_method_controls.html.erb |