Exemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function getCartForCustomer($customerId)
 {
     $quote = $this->quoteRepository->getForCustomer($customerId);
     return $this->cartMapper->map($quote);
 }