Round tax total

This commit is contained in:
Mike Jolley 2015-05-01 14:57:56 +01:00
parent 3b3845872f
commit efb8be72c2
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ class WC_Order extends WC_Abstract_Order {
}
}
}
return $total * -1;
return wc_round_tax_total( $total ) * -1;
}
/**