update contact recode and clean up

This commit is contained in:
hazim
2019-03-07 16:34:28 +08:00
parent bfda0d8596
commit 82fa15b79e
@@ -32,7 +32,7 @@ class CreatesContact
try{
$this->repository->type = $type;
$this->repository->reference_id = $Id;
$this->repository->reference_id = $referenceId;
$this->repository->name = $contact->getName();
$this->repository->designation = $contact->getDesignation();
$this->repository->email = $contact->getEmail();