%= javascript_include_tag "jspdf.min" %>
<% if @html.class == String %> <%= @html %> <% elsif @html.class == Hash %>
<% @html.each do |key,value| %>
<%= (I18n.t("payment_settup.#{key}") + ' :').html_safe %>
<%= value %>
<% end %>
<% end %>
<%= I18n.t('payment_settup.note') %>
<% if @html.class == Hash %>
<% end %>