diff --git a/intaro.retailcrm/lib/icml/xmlofferbuilder.php b/intaro.retailcrm/lib/icml/xmlofferbuilder.php index c388feac..2dc20cd4 100644 --- a/intaro.retailcrm/lib/icml/xmlofferbuilder.php +++ b/intaro.retailcrm/lib/icml/xmlofferbuilder.php @@ -249,9 +249,9 @@ class XmlOfferBuilder * @param array $product * @param bool|null $isLoadPrice * @param string $purchasePriceNull - * @return int|null + * @return float|null */ - private function getPurchasePrice(array $product, ?bool $isLoadPrice, string $purchasePriceNull): ?int + private function getPurchasePrice(array $product, ?bool $isLoadPrice, string $purchasePriceNull): ?float { if ($isLoadPrice) { if ($product['CATALOG_PURCHASING_PRICE']) {