%= render layout: 'plugins/ecommerce/layouts/ecommerce', locals: {} do %> <%= form_tag(plugins_ecommerce_order_set_select_payment_path(order: @order.slug), :method => "post", :class => "form") do %>
<%= payment.description %>
<%= payment.description %>
<%= payment.description %>
<% end %>
<% if payment.options[:type] == 'authorize_net' %>
<%= payment.description %>
<% end %>
<% if payment.options[:type] == 'stripe' %>
<%= payment.description %>
<% end %>