We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 938eaf3 commit d6b1000Copy full SHA for d6b1000
app/code/Magento/Tax/view/frontend/web/js/view/checkout/summary/tax.js
@@ -112,8 +112,9 @@ define([
112
rates = parent.rates;
113
totalPercentage = 0;
114
_.each(rates, function (rate) {
115
- totalPercentage += parseFloat(rate.percent);
+ totalPercentage += parseFloat(rate.percent);
116
});
117
+
118
return this.getFormattedPrice(this.getPercerntAmount(amount, totalPercentage, percentage));
119
},
120
0 commit comments