Sha256: bfca9e8d47d87224d454c342d415f1462e2e302d1806a27b4f1c0517fe0cd027

Contents?: true

Size: 1.1 KB

Versions: 4

Compression:

Stored size: 1.1 KB

Contents

<% content_for :head do %>
  <script src="https://js.braintreegateway.com/web/3.84.0/js/client.min.js"></script>
  <script src="https://js.braintreegateway.com/web/3.84.0/js/data-collector.min.js"></script>

  <% if current_store.braintree_configuration.paypal? %>
    <script src="https://js.braintreegateway.com/web/3.84.0/js/paypal-checkout.min.js"></script>
  <% end %>

  <% if current_store.braintree_configuration.credit_card? %>
    <script src="https://js.braintreegateway.com/web/3.84.0/js/hosted-fields.min.js"></script>

    <% if current_store.braintree_configuration.three_d_secure? %>
      <script src="https://js.braintreegateway.com/web/3.84.0/js/three-d-secure.min.js"></script>
    <% end %>
  <% end %>

  <% if current_store.braintree_configuration.apple_pay? %>
    <script src="https://js.braintreegateway.com/web/3.84.0/js/apple-pay.min.js"></script>
  <% end %>

  <% if current_store.braintree_configuration.venmo? %>
    <script src="https://js.braintreegateway.com/web/3.84.0/js/venmo.min.js"></script>
  <% end %>

  <%= javascript_include_tag "solidus_paypal_braintree/checkout" %>
<% end %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
solidus_paypal_braintree-1.2.0 app/views/spree/shared/_paypal_braintree_head_scripts.html.erb
solidus_paypal_braintree-1.1.2 app/views/spree/shared/_paypal_braintree_head_scripts.html.erb
solidus_paypal_braintree-1.1.1 app/views/spree/shared/_paypal_braintree_head_scripts.html.erb
solidus_paypal_braintree-1.1.0 app/views/spree/shared/_paypal_braintree_head_scripts.html.erb