diff --git a/src/Outputter/Yandexmarket/Outputter.php b/src/Outputter/Yandexmarket/Outputter.php index 1a29e8c..125b8f8 100644 --- a/src/Outputter/Yandexmarket/Outputter.php +++ b/src/Outputter/Yandexmarket/Outputter.php @@ -305,7 +305,7 @@ function __construct($params = []){ /** * construct_prepareFields - * @version 1.0.1 (2021-07-09) + * @version 1.0.2 (2022-09-20) * * @return {void} */ @@ -313,6 +313,7 @@ private function construct_prepareFields(){ //Convert fields to objects $this->shopData = (object) $this->shopData; $this->offerFields = (object) $this->offerFields; + $this->templates = (object) $this->templates; foreach ( $this->offerFields as $offerFieldName =>