Skip to content

Commit

Permalink
Merge pull request #902 from plentymarkets/fix/item_set_variation_pro…
Browse files Browse the repository at this point in the history
…perties

Fix/item set variation properties
  • Loading branch information
cjohannsen authored Nov 9, 2020
2 parents befbd89 + f284535 commit 2902a45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Api/Resources/VariationResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ public function index(): Response
'sortingOrder' => $this->request->get('sortingOrder'),
'page' => $this->request->get('page'),
'itemsPerPage' => $this->request->get('itemsPerPage'),
'setPriceOnly' => $this->request->get('setPriceOnly') === 'true'
'setPriceOnly' => $this->request->get('setPriceOnly') === 'true',
'withVariationPropertyGroups' => true
]
);

Expand Down

0 comments on commit 2902a45

Please sign in to comment.