fixed retailcrm-order-item
This commit is contained in:
parent
2358e0ec0a
commit
6763a237e9
1 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ class WC_Retailcrm_Order_Item extends WC_Retailcrm_Abstracts_Data
|
|||
'offer' => array(),
|
||||
'productName' => '',
|
||||
'initialPrice' => 0.00,
|
||||
'quantity' => 0.0
|
||||
'quantity' => 0.00
|
||||
);
|
||||
|
||||
/**
|
||||
|
@ -126,7 +126,7 @@ class WC_Retailcrm_Order_Item extends WC_Retailcrm_Abstracts_Data
|
|||
'offer' => array(),
|
||||
'productName' => '',
|
||||
'initialPrice' => 0.00,
|
||||
'quantity' => 0.0
|
||||
'quantity' => 0.00
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue