<%= payment.source.display_payment_type %>
<% if payment.source.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.venmo? %>
<%= payment.source.source_description %>
<% end %>