IPN Details

<% @ipn.attributes.except("data","payment_id").each do |attr| %>

<%= attr.first.to_s %>: <%= @ipn.attributes[attr.first] %>

<% end %>

<% if @ipn.payment.present? %> <%= link_to "Payment", @ipn.payment %> <% else %> Couldn't link '<%= @ipn.payer_email %>' or payment amount '<%= @ipn.payment_gross.to_i %>' not a valid membership level. Please create payment manually. <% end %>

<%= link_to "Back", ipns_path %>