Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. $stockItem = $this->stockRegistry->getStockItemBySku($sku);
  2. $stockItem->setQty($qty);
  3. $this->stockRegistry->updateStockItemBySku($sku, $stockItem);
  4. $this->logger->info($stockItem->getQty())
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement