Skip to content

Commit

Permalink
WZ-4569_1: Removed machineId key from wizzy category object as it is …
Browse files Browse the repository at this point in the history
…no more required.
  • Loading branch information
smit-kandiya authored and alok0590 committed Oct 7, 2024
1 parent cba2837 commit 43b16f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Services/Catalogue/Mappers/ProductsMapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -863,7 +863,6 @@ private function getCategoryArrayToSend($category)
'id' =>
(!empty($category['urlKey']) && $category['urlKey'] != null)
? $category['urlKey'] : $category['id'],
'machineId' => $category['id'],
'url' => $category['url'],
'position' => (int) $category['position'],
'level' => (int) $category['level'],
Expand Down

0 comments on commit 43b16f3

Please sign in to comment.