Sha256: 12d0ced44c0a037b5b8f155cc527a954c9f09865524beab8eae2cd6b33b187a3

Contents?: true

Size: 876 Bytes

Versions: 1

Compression:

Stored size: 876 Bytes

Contents

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

  <% if current_store.braintree_configuration.paypal? %>
    <script src="https://js.braintreegateway.com/web/3.34.0/js/paypal-checkout.min.js"></script>
    <script src="https://www.paypalobjects.com/api/checkout.js" data-version-4></script>
  <% end %>

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

  <% if current_store.braintree_configuration.apple_pay? %>
    <script src="https://js.braintreegateway.com/web/3.34.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-0.4.0 app/views/spree/shared/_paypal_braintree_head_scripts.html.erb