Skip to content

Commit

Permalink
MAGETWO-39663: Product save through API service is not visible on fro…
Browse files Browse the repository at this point in the history
…ntend(direct url, category page)

- fixed integration test
  • Loading branch information
arkadiych committed Nov 4, 2015
1 parent 149a936 commit e39e8d4
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,11 @@
'simple-' . $productId
)->setPrice(
$price
)->setStockData(
[
'qty' => 100,
'is_in_stock' => 1,
]
)->setWeight(
18
)->setCategoryIds(
Expand Down

0 comments on commit e39e8d4

Please sign in to comment.