Skip to content

Commit

Permalink
* `\ddGetDocuments\Outputter\Yandexmarket\Outputter::construct_prepar…
Browse files Browse the repository at this point in the history
…eFields`: Missed `$this->templates` initialization has been added.
  • Loading branch information
Ronef committed Sep 30, 2022
1 parent af89cdd commit 9f8e768
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Outputter/Yandexmarket/Outputter.php
Original file line number Diff line number Diff line change
Expand Up @@ -305,14 +305,15 @@ function __construct($params = []){

/**
* construct_prepareFields
* @version 1.0.1 (2021-07-09)
* @version 1.0.2 (2022-09-20)
*
* @return {void}
*/
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 =>
Expand Down

0 comments on commit 9f8e768

Please sign in to comment.