| 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),:class => 'btn btn-info btn-sm waves-effect' %>
Are you sure you want to delete this row ?This action can't be undo. |
|