Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Undefined index; givenName #63

Closed
myendorphin opened this issue Nov 2, 2023 · 1 comment
Closed

Undefined index; givenName #63

myendorphin opened this issue Nov 2, 2023 · 1 comment

Comments

@myendorphin
Copy link

myendorphin commented Nov 2, 2023

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

@jimmypuckett
Copy link
Member

I see no file named Provider.php in this package. Was this something in the QB SDK?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants