Sha256: 9c0a4df6dc18620feccb054395866950632351662947d8eeedcc51fb94fee4ba

Contents?: true

Size: 967 Bytes

Versions: 1

Compression:

Stored size: 967 Bytes

Contents

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

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

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

    <% if current_store.braintree_configuration.three_d_secure? %>
      <script src="https://js.braintreegateway.com/web/3.67.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.67.0/js/apple-pay.min.js"></script>
  <% end %>

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
solidus_paypal_braintree-1.0.0 app/views/spree/shared/_paypal_braintree_head_scripts.html.erb