<% if order.payment && order.payment.source.class.to_s == 'Spree::PaypalAccount' %> <%= image_tag "paypal.png" %> <%= t("paypal_payer_statuses.#{order.payment.source.payer_status.to_s}").capitalize %>
<%= order.payment.source.email %> <% end %>