<%= inputs %>
<% end %>
<% end %>
<% if payment.options[:type] == 'credit_card' %>
<% end %>
<% if payment.options[:type] == 'authorize_net' %>
<%= form_tag(plugins_ecommerce_checkout_pay_by_authorize_net_path(order: @cart.slug), :method => "post") do %>
<%= inputs %>
<% end %>
<% end %>
<% if payment.options[:type] == 'stripe' %>
<%= form_tag(plugins_ecommerce_checkout_pay_by_stripe_path(order: @cart.slug), :method => "post") do %>
<% end %>
<% end %>