diff --git a/composer.json b/composer.json index 946c5e6..b3ed564 100755 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "roave/security-advisories": "dev-master" }, "type": "magento2-module", - "version": "4.1.2", + "version": "4.1.3", "license": "proprietary", "authors": [ { diff --git a/view/frontend/web/js/provider.js b/view/frontend/web/js/provider.js index c0a7d98..18ba3f3 100755 --- a/view/frontend/web/js/provider.js +++ b/view/frontend/web/js/provider.js @@ -70,7 +70,9 @@ define( }, openPopup: function () { - window.open(config.url, config.label, this.getPopupParams()); + var date = new Date(), + currentTime = date.getTime(); + window.open(config.url + '?' + currentTime, config.label, this.getPopupParams()); }, getPopupParams: function (w, h, l, t) {