67 $websites = $this->config->isWebsiteScope()
68 ? [$this->storeManager->getWebsite(
$customer->getWebsiteId())]
69 : $this->storeManager->getWebsites();
75 $this->quoteRepository->save(
$quote);
78 }
catch (\
Magento\Framework\Exception\NoSuchEntityException $e) {
__construct(StoreManagerInterface $storeManager, ShareConfig $config, CartRepositoryInterface $quoteRepository)
execute(Observer $observer)