Sha256: 9381cefb1d6cfc92eb8f3866f5ba3565955f2bd5ab14e1c7f06b596a464aa9ff

Contents?: true

Size: 405 Bytes

Versions: 2

Compression:

Stored size: 405 Bytes

Contents

<br />
<%= payment.source.display_payment_type %>

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
solidus_paypal_braintree-1.1.1 lib/views/frontend/solidus_paypal_braintree/payments/_payment.html.erb
solidus_paypal_braintree-1.1.0 lib/views/frontend/solidus_paypal_braintree/payments/_payment.html.erb