Sha256: 3d450acb7ae82c313275211f1682d26669b95f9219f3b080db5aa2e0825dda74

Contents?: true

Size: 570 Bytes

Versions: 1

Compression:

Stored size: 570 Bytes

Contents

<% id = payment_method.id %>

<%= render "spree/shared/paypal_braintree_head_scripts" %>

<% if current_store.braintree_configuration.paypal? %>
  <%= render "spree/shared/paypal_checkout_button" %>
<% end %>

<% if current_store.braintree_configuration.credit_card? %>
  <fieldset class="braintree-hosted-fields" data-braintree-hosted-fields data-id="<%= id %>">
    <%= render "spree/shared/braintree_hosted_fields", id: id %>
  </fieldset>
<% end %>

<% if current_store.braintree_configuration.apple_pay? %>
  <%= render "spree/shared/apple_pay_button" %>
<% end %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
solidus_paypal_braintree-0.4.0 lib/views/frontend/spree/checkout/payment/_paypal_braintree.html.erb