Skip to content

Commit d6b1000

Browse files
author
niravkrish
committed
Fixed travis changes
1 parent 938eaf3 commit d6b1000

File tree

1 file changed

+2
-1
lines changed
  • app/code/Magento/Tax/view/frontend/web/js/view/checkout/summary

1 file changed

+2
-1
lines changed

app/code/Magento/Tax/view/frontend/web/js/view/checkout/summary/tax.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,9 @@ define([
112112
rates = parent.rates;
113113
totalPercentage = 0;
114114
_.each(rates, function (rate) {
115-
totalPercentage += parseFloat(rate.percent);
115+
totalPercentage += parseFloat(rate.percent);
116116
});
117+
117118
return this.getFormattedPrice(this.getPercerntAmount(amount, totalPercentage, percentage));
118119
},
119120

0 commit comments

Comments
 (0)