Sha256: 149891fc16d2ed39338af4c554c070245da859d572009bce9656d4dd318d8cb6
Contents?: true
Size: 297 Bytes
Versions: 12
Compression:
Stored size: 297 Bytes
Contents
<% if payment.source.respond_to?(:paypal_funding_source) %> <br /> <%= t('paypal_funding', funding: payment.source.display_paypal_funding_source) %> <% end %> <% if payment.source.respond_to?(:paypal_email) %> <br /> <%= t('payment_email', email: payment.source.paypal_email) %> <% end %>
Version data entries
12 entries across 12 versions & 1 rubygems