<%= payment.source.try(:display_payment_type) %>
<% if payment.source.try(:paypal?) %>
<% if payment.source.respond_to?(:paypal_funding_source) && payment.source.paypal_funding_source.present? %>
<%= t('spree.paypal_funding', funding: payment.source.display_paypal_funding_source) %>
<% end %>
<% elsif payment.source.try(:venmo?) %>
<%= payment.source.source_description %>
<% end %>