From e0add97e3b49bb3dee2c99ad62416c444442e492 Mon Sep 17 00:00:00 2001 From: Dumitru Ceban Date: Wed, 11 Sep 2019 16:36:24 +0200 Subject: [PATCH] Bump Braintree hosted scripts version to 3.52.0 The 3.52.0 version is the minimum version required to be able to introduce the 3D Secure 2 support. --- .../shared/_paypal_braintree_head_scripts.html.erb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/views/spree/shared/_paypal_braintree_head_scripts.html.erb b/app/views/spree/shared/_paypal_braintree_head_scripts.html.erb index 7783e640..3a53182a 100644 --- a/app/views/spree/shared/_paypal_braintree_head_scripts.html.erb +++ b/app/views/spree/shared/_paypal_braintree_head_scripts.html.erb @@ -1,18 +1,18 @@ <% content_for :head do %> - - + + <% if current_store.braintree_configuration.paypal? %> - + <% end %> <% if current_store.braintree_configuration.credit_card? %> - + <% end %> <% if current_store.braintree_configuration.apple_pay? %> - + <% end %> <%= javascript_include_tag "solidus_paypal_braintree/checkout" %>