<% @settings_payment_method_settings.each do |settings_payment_method_setting| %> <% end %>
Payment method Is active Gateway communication type Gateway url Auth token Merchant account
<%= settings_payment_method_setting.payment_method %> <%= settings_payment_method_setting.is_active %> <%= settings_payment_method_setting.gateway_communication_type %> <%= settings_payment_method_setting.gateway_url %> <%= settings_payment_method_setting.auth_token %> <%= settings_payment_method_setting.merchant_account_id %> <%= link_to 'Edit', edit_settings_payment_method_setting_path(settings_payment_method_setting) %> | <%= link_to 'Destroy', settings_payment_method_setting_path(settings_payment_method_setting), method: :delete, data: { confirm: 'Are you sure?' } %>