From d0252f4ef225d10cb87869e65289e4d961ae9e3f Mon Sep 17 00:00:00 2001 From: Evgeniy-Goroh Date: Tue, 2 Jun 2020 12:55:44 +0300 Subject: [PATCH] fix encoding in icml (#109) Co-authored-by: gorokh --- intaro.retailcrm/classes/general/icml/RetailCrmICML.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/intaro.retailcrm/classes/general/icml/RetailCrmICML.php b/intaro.retailcrm/classes/general/icml/RetailCrmICML.php index 5f10435c..c7dff1f9 100644 --- a/intaro.retailcrm/classes/general/icml/RetailCrmICML.php +++ b/intaro.retailcrm/classes/general/icml/RetailCrmICML.php @@ -655,7 +655,7 @@ class RetailCrmICML $name = $this->localizedIBlockProps[$key]; } - $offer .= '" . $this->PrepareValue($arOffer['_PROP_' . $key]) . "\n"; + $offer .= '" . $this->PrepareValue($arOffer['_PROP_' . $key]) . "\n"; } } } @@ -670,7 +670,7 @@ class RetailCrmICML $name = $this->localizedIBlockProps[$key]; } - $offer .= '" . $this->PrepareValue($arOffer['_PROP_' . $key]) . "\n"; + $offer .= '" . $this->PrepareValue($arOffer['_PROP_' . $key]) . "\n"; } } }