Skip to content

Commit b701c46

Browse files
authored
update product set name (#836)
1 parent fecedfb commit b701c46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Meta/Catalog/Model/Category/CategoryCollection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ private function updateCategoryWithFBRequestJson(
435435
'method' => 'POST',
436436
'relative_url' => $setId,
437437
'body' => http_build_query([
438-
'name' => $this->categoryUtilities->getCategoryPathName($category, $storeId, $isVisibleOnMeta),
438+
'name' => $category->getName(),
439439
'filter' => $this->categoryUtilities->getCategoryProductFilter($products),
440440
'metadata' => $this->categoryUtilities->getCategoryMetaData($category),
441441
'retailer_id' => $category->getId(),

0 commit comments

Comments
 (0)