Skip to content

Не заполняется имя контакта #41

@ptz-nerf

Description

@ptz-nerf

При получении данных контакта, заполняется только номер телефона.

/**
* Set the value of Phone number of the contact from contact array.
*
* @param array contact
*
* @return self
*/
public function setConcat($contact)
{
$this->phone_number = $contact['phone_number'];
return $this;
}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions