Skip to content

Commit

Permalink
Merge pull request #252 from mageplaza/2.4-develop
Browse files Browse the repository at this point in the history
2.4 develop
  • Loading branch information
Victor-Mageplaza authored Dec 29, 2021
2 parents c61ace8 + cb1d838 commit aaa30bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"roave/security-advisories": "dev-master"
},
"type": "magento2-module",
"version": "4.1.2",
"version": "4.1.3",
"license": "proprietary",
"authors": [
{
Expand Down
4 changes: 3 additions & 1 deletion view/frontend/web/js/provider.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit aaa30bb

Please sign in to comment.