payment option | cashier terminal | membership

This commit is contained in:
Nweni
2017-04-20 20:06:24 +06:30
parent 037eb1f0f2
commit 101c427322
19 changed files with 284 additions and 229 deletions

View File

@@ -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>