small changes
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
<option value="Default">Default</option>
|
||||
</select>
|
||||
</div> -->
|
||||
<%= f.input :gateway_communication_type,:class=>'gateway_type', collection: [ "Api", "Default", "Device"] %>
|
||||
<%= f.input :gateway_communication_type,:class=>'gateway_type', collection: [ "Api", "Device", "Manual"] %>
|
||||
<%= f.input :gateway_url ,:class=>'gateway_type', :required => true %>
|
||||
<%= f.input :auth_token ,:class=>'auth_token', :required => true %>
|
||||
<%= f.input :merchant_account_id ,:class=>'merchant_id', :required => true%>
|
||||
|
||||
Reference in New Issue
Block a user