Skip to content

Commit

Permalink
Merge pull request #4 from valantic-CEC-Deutschland-GmbH/feature/spry…
Browse files Browse the repository at this point in the history
…-2561

spry-2561 Refactor extendQueryData method in ProductReader class.
  • Loading branch information
HaukeBST authored Nov 20, 2023
2 parents faf7b3e + 0db992c commit db9208b
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,7 @@ protected function adjustQueryData($queryData): array
$queryData[self::KEY_PRODUCTS_PER_PAGE] = $this->firstSpiritApiConfig->getPagingSize();
$queryData = $this->replaceOldArrayKeyWithNewArrayKey($queryData, self::CATEGORY_ID, self::CATEGORY);

$this->extendQueryData($queryData);

return $queryData;
return $this->extendQueryData($queryData);
}

/**
Expand Down

0 comments on commit db9208b

Please sign in to comment.