1
0
mirror of synced 2025-01-18 08:51:41 +03:00

fixed retailcrm-order-item

This commit is contained in:
Frosin 2019-09-18 13:17:58 +03:00
parent 2358e0ec0a
commit 6763a237e9

View File

@ -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
);
}
}