Skip to content

Commit

Permalink
Fixed - Category API update Issue required name on update
Browse files Browse the repository at this point in the history
  • Loading branch information
niravkrish authored and saphaljha committed Apr 21, 2019
1 parent c52ee4a commit 20efb05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/Magento/Catalog/Api/Data/CategoryInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public function setParentId($parentId);
/**
* Get category name
*
* @return string
* @return string|null
*/
public function getName();

Expand Down

0 comments on commit 20efb05

Please sign in to comment.