Round tax total
This commit is contained in:
parent
3b3845872f
commit
efb8be72c2
|
@ -154,7 +154,7 @@ class WC_Order extends WC_Abstract_Order {
|
|||
}
|
||||
}
|
||||
}
|
||||
return $total * -1;
|
||||
return wc_round_tax_total( $total ) * -1;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue