Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Commit

Permalink
Merge pull request #27 from mageplaza/2.3-develop
Browse files Browse the repository at this point in the history
merge branch 2.3 develop into 2.3
  • Loading branch information
phamcuongmp authored Nov 25, 2021
2 parents 0a93c61 + b732fb3 commit 1d6f221
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"mageplaza/module-core": "^1.4.4"
},
"type": "magento2-module",
"version": "1.0.3",
"version": "1.0.4",
"license": "proprietary",
"authors": [
{
Expand Down
2 changes: 2 additions & 0 deletions view/frontend/web/js/view/summary/abstract-total.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ define([

return priceUtils.formatPrice(newPrice, newFormat);
}

return this._super(price);
}
};

Expand Down

0 comments on commit 1d6f221

Please sign in to comment.