default tax rate percent to null
This commit is contained in:
parent
40a1f268f1
commit
1a7955d8f5
|
@ -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,
|
||||
);
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue