create test for customer creation

This commit is contained in:
Manuel Raynaud
2013-09-12 09:23:50 +02:00
parent 9304624708
commit 6b9db1a162
5 changed files with 124 additions and 8 deletions

View File

@@ -278,7 +278,8 @@ class CustomerController extends BaseFrontController
$this->getRequest()->getSession()->getLang()->getId(),
isset($data["reseller"])?$data["reseller"]:null,
isset($data["sponsor"])?$data["sponsor"]:null,
isset($data["discount"])?$data["discount"]:null
isset($data["discount"])?$data["discount"]:null,
isset($data["company"])?$data["company"]:null
);
return $customerCreateEvent;