default tax rate percent to null

This commit is contained in:
Ewout Fernhout 2019-07-11 15:56:28 +02:00
parent 40a1f268f1
commit 1a7955d8f5
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ class WC_Order_Item_Tax extends WC_Order_Item {
'compound' => false,
'tax_total' => 0,
'shipping_tax_total' => 0,
'rate_percent' => 0.0,
'rate_percent' => null,
);
/*