Пример #1
0
 /**
  * Get stored customers and cards from api
  *
  * @return mixed
  */
 public function getCustomerAndCards()
 {
     $email = $this->_coreModel->getEmailCustomer();
     $customer = $this->getOrCreateCustomer($email);
     return $customer;
 }