From 3b481bf0728ca3c311043024188a4151e12a4e84 Mon Sep 17 00:00:00 2001 From: SparK-Cruz Date: Mon, 20 Mar 2017 21:21:50 -0300 Subject: [PATCH] Updated lib-js version --- .../includes/class-wc-ebanx-credit-card-gateway.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/woocommerce-gateway-ebanx/includes/class-wc-ebanx-credit-card-gateway.php b/woocommerce-gateway-ebanx/includes/class-wc-ebanx-credit-card-gateway.php index 4c6d927d..88b3ca97 100644 --- a/woocommerce-gateway-ebanx/includes/class-wc-ebanx-credit-card-gateway.php +++ b/woocommerce-gateway-ebanx/includes/class-wc-ebanx-credit-card-gateway.php @@ -87,8 +87,7 @@ public function checkout_assets() if (is_checkout()) { wp_enqueue_script('wc-credit-card-form'); // Using // to avoid conflicts between http and https protocols - wp_enqueue_script('ebanx_fingerprint', '//js.ebanx.com/device-fingerprint-1.4.min.js', '', null, true); - wp_enqueue_script('ebanx', '//js.ebanx.com/ebanx-1.4.min.js', '', null, true); + wp_enqueue_script('ebanx', '//js.ebanx.com/ebanx-1.5.min.js', '', null, true); wp_enqueue_script('woocommerce_ebanx_jquery_mask', plugins_url('assets/js/jquery-mask.js', WC_EBANX::DIR), array('jquery'), WC_EBANX::VERSION, true); wp_enqueue_script('woocommerce_ebanx', plugins_url('assets/js/credit-card.js', WC_EBANX::DIR), array('jquery-payment', 'ebanx'), WC_EBANX::VERSION, true);