Skip to content

Commit

Permalink
Fixed travis changes
Browse files Browse the repository at this point in the history
  • Loading branch information
niravkrish committed Jan 29, 2019
1 parent 938eaf3 commit d6b1000
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,9 @@ define([
rates = parent.rates;
totalPercentage = 0;
_.each(rates, function (rate) {
totalPercentage += parseFloat(rate.percent);
totalPercentage += parseFloat(rate.percent);
});

return this.getFormattedPrice(this.getPercerntAmount(amount, totalPercentage, percentage));
},

Expand Down

0 comments on commit d6b1000

Please sign in to comment.