Skip to content

Commit

Permalink
fix the visibility issue
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzaloebiz committed Mar 17, 2017
1 parent 05c6098 commit cd63e65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Model/Api/Product.php
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ protected function _buildProductData(\Magento\Catalog\Model\Product $product, $
$data["visibility"] = 'true';
}
else {
$data["visibility"] = false;
$data["visibility"] = 'false';
}

} else {
Expand Down

0 comments on commit cd63e65

Please sign in to comment.