<%= render :partial => 'admin/shared/configuration_menu' %>

<%= t("editing_payment_method") %>

<%= render "shared/error_messages", :target => @payment_method %> <%= form_for(@payment_method, :url => admin_payment_method_path(@payment_method), :html => { :method => :put }) do |f| %> <%= render :partial => "form", :locals => { :f => f } %>

<%=submit_tag t("update")%>

<% end %>