Skip to content

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

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;
}
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions