Skip to content

Commit

Permalink
Merge pull request #96 from AzizKHAN030/4589_confAttr
Browse files Browse the repository at this point in the history
created a parameter for checking the cartItem
  • Loading branch information
carinadues authored Jun 9, 2022
2 parents 96ea1c2 + d40c0ed commit 78ee6b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Model/Resolver/GetCartForCustomer.php
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,8 @@ public function resolve(
$this->productsData = $this->productPostProcessor->process(
$products,
'items/product',
$adjustedInfo
$adjustedInfo,
['isCartProduct'=> true]
);

foreach ($items as $item) {
Expand Down

0 comments on commit 78ee6b0

Please sign in to comment.