laravel-quickbooks-client icon indicating copy to clipboard operation
laravel-quickbooks-client copied to clipboard

Undefined index; givenName

Open myendorphin opened this issue 2 years ago • 0 comments

Provider.php in function mapUserToObject(array $user) 'name' => trim(sprintf('%s %s', $user['givenName'], $user['familyName'])),

Happens then QB have empty user name. Just need to add a small check

myendorphin avatar Nov 02 '23 15:11 myendorphin