payment option | cashier terminal | membership
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<%= simple_form_for(@settings_membership_setting) do |f| %>
|
||||
<%= simple_form_for([:settings, @settings_membership_setting]) do |f| %>
|
||||
<%= f.error_notification %>
|
||||
|
||||
<div class="form-inputs">
|
||||
@@ -7,7 +7,6 @@
|
||||
<%= f.input :gateway_communication_type %>
|
||||
<%= f.input :gateway_url %>
|
||||
<%= f.input :auth_token %>
|
||||
<%= f.association :merchant_account %>
|
||||
<%= f.input :created_by %>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user