Example #1
0
 /**
  * Set customer id
  *
  * @param int|null $customerId
  * @return void
  */
 public function setCustomerId($customerId)
 {
     $this->customerSession->setId($customerId);
 }