<%= Spree.t(:message, :scope => [:log_entry, :stripe]) %> |
<%= entry.parsed_details.message %> |
<%= Spree.t(:charge_id, :scope => [:log_entry, :stripe]) %> |
<%= entry.parsed_details.params['id'] %> |
<% if card = entry.parsed_details.params['card'] %>
<%= Spree.t(:card_id, :scope => [:log_entry, :stripe]) %> |
<%= card['id'] %> |
<%= Spree.t(:cvc_check, :scope => [:log_entry, :stripe]) %> |
<%= card['cvc_check'] %> |
<%= Spree.t(:address_zip_check, :scope => [:log_entry, :stripe]) %> |
<%= card['address_zip_check'] %> |
<% end %>
<%= Spree.t(:cvv_result, :scope => [:log_entry, :stripe]) %> |
<%= entry.parsed_details.cvv_result['message'].to_s %> |