|
<%= text_field :billing_integration, :name, {"style" => "width:200px"} %> |
|
<%= text_area :billing_integration, :description, {:cols => 60, :rows => 4} %> |
|
<%= collection_select(:billing_integration, :environment, Configuration.configurations.keys, :to_s, :titleize, {}, {:id => "gtwy-env"}) %>
|
|
|
<%= f.label(:type, t("provider")) %>
<%= collection_select(:billing_integration, :type, @providers, :to_s, :name, {}, {:id => "gtwy-type"}) %>
<% unless @object.new_record? %>
<%= preference_fields(@object, f) %>
<% if @object.respond_to?(:preferences) %>
<%= t('integration_settings_warning')%>
<% end %>
<% end %>