small changes

This commit is contained in:
phyusin
2018-10-02 15:06:32 +06:30
parent 4a2f7b0e4b
commit 6e24b8a5b5
3 changed files with 39 additions and 12 deletions

View File

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