<%= notice %>

Payment method: <%= @settings_payment_method_setting.payment_method %>

Is active: <%= @settings_payment_method_setting.is_active %>

Gateway communication type: <%= @settings_payment_method_setting.gateway_communication_type %>

Gateway url: <%= @settings_payment_method_setting.gateway_url %>

Auth token: <%= @settings_payment_method_setting.auth_token %>

Merchant account: <%= @settings_payment_method_setting.merchant_account_id %>

<%= link_to t("views.btn.edit"), edit_settings_payment_method_setting_path(@settings_payment_method_setting) %> | <%= link_to t('.new', :default => t("views.btn.new")), settings_payment_method_settings_path %>