<% if @credit_info.present? %> <% @credit_info.keys.sort.each do |key| %> <% end %>
Attribute Value
<%= key %> <%= @credit_info[key] %>
<% else %>

Credit info not found

<% end %>