Skip to content

Commit

Permalink
MAGETWO-57153: [Backport] - [Github] Custom options not displayed cor…
Browse files Browse the repository at this point in the history
…rectly on a store view level magento#2908 magento#5885 - for 2.1
  • Loading branch information
OlgaVasyltsun authored and gemscng committed Aug 24, 2017
1 parent 8da0c2a commit 807b5cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ private function getProductRepository()
{
if (null === $this->productRepository) {
$this->productRepository = \Magento\Framework\App\ObjectManager::getInstance()
->get(\Magento\Catalog\Api\ProductRepositoryInterface\Proxy::class);
->get('\Magento\Catalog\Api\ProductRepositoryInterface\Proxy');
}

return $this->productRepository;
Expand Down

0 comments on commit 807b5cd

Please sign in to comment.