Sha256: 4c3bf3371b59e2d5cc0b3e8eb70cd5218306d7823493c497f3c1893f775ecdaa
Contents?: true
Size: 1.09 KB
Versions: 1
Compression:
Stored size: 1.09 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_braintree/checkout" %> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
solidus_braintree-2.0.0 | app/views/spree/shared/_braintree_head_scripts.html.erb |