From 6a0e701666b626ba317822ad17a48eeb97f664a6 Mon Sep 17 00:00:00 2001 From: Richard Perdaan Date: Tue, 13 Aug 2019 10:13:38 +0200 Subject: [PATCH 1/2] move typeTitle var IE11 does not like that typeTitle is included in the function, it is fine if an empty variable is created in the function itself. --- .../checkout/shipping_method/show-myparcel-shipping-method.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/view/frontend/web/js/checkout/shipping_method/show-myparcel-shipping-method.js b/view/frontend/web/js/checkout/shipping_method/show-myparcel-shipping-method.js index b598e0c9..498043a0 100755 --- a/view/frontend/web/js/checkout/shipping_method/show-myparcel-shipping-method.js +++ b/view/frontend/web/js/checkout/shipping_method/show-myparcel-shipping-method.js @@ -93,8 +93,8 @@ define( return true; } - function showDeliveryRadio(extraOption, typeTitle = '') { - + function showDeliveryRadio(extraOption) { + var typeTitle = ''; jQuery("td[id^='label_carrier_" + window.mypa.data.general.parent_method + "']").parent().hide(); jQuery("td[id^='label_carrier_"+ extraOption +"']").parent().show(); From 7264de0aafb0b25781439ac449d902416ff267c0 Mon Sep 17 00:00:00 2001 From: Richard Perdaan Date: Tue, 13 Aug 2019 10:22:54 +0200 Subject: [PATCH 2/2] update version --- composer.json | 2 +- etc/module.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 18807c17..ee51bda4 100755 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "myparcelnl/magento", "description": "A Magento 2 module that creates MyParcel labels", "type": "magento2-module", - "version": "3.0.2", + "version": "3.0.3", "homepage": "https://www.myparcel.nl", "keywords": ["MyParcel", "My Parcel", "Post NL", "PostNL", "Magento 2"], "license": "GPL-3.0-or-later", diff --git a/etc/module.xml b/etc/module.xml index bd51ff7c..884f9386 100755 --- a/etc/module.xml +++ b/etc/module.xml @@ -1,5 +1,5 @@ - +