Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
[ci skip] [skip ci]
  • Loading branch information
lukepolo authored and StyleCIBot committed Aug 11, 2017
1 parent 27d7c84 commit 8469f1c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/LaraCart.php
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,6 @@ public function feeTotals($format = true, $withTax = false)
foreach ($this->getFees() as $fee) {
$feeTotal += $fee->amount;


if ($withTax && $fee->taxable && $fee->tax > 0) {
$feeTotal += $fee->amount * $fee->tax;
}
Expand Down

0 comments on commit 8469f1c

Please sign in to comment.