WIP: Implementation of stuff goes on
This commit is contained in:
@@ -52,6 +52,8 @@ class UserDataHandler
|
||||
{
|
||||
$user = new User();
|
||||
$user
|
||||
->setFirstName($profileResponse->getFirstName())
|
||||
->setLastName($profileResponse->getName())
|
||||
->setEmail($profileResponse->getCommunication()->getEmail())
|
||||
->setBusProPersonId($profileResponse->getPersonId())
|
||||
->setBusProAddressId($profileResponse->getAddressId())
|
||||
|
||||
Reference in New Issue
Block a user