-
Notifications
You must be signed in to change notification settings - Fork 260
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
Error fetching contact by contact ID #805
Comments
Are you attempting to load a contact with the GUID |
I had masked the ContactID
|
@calcinai How to resolve this bug? |
Are you able to access other contacts or other objects? Is your app still connected to Xero? |
@rodjsta I am not sure, but I am sending access token, Tenant Id, client id and client secret with every request, xero object is returning the correct object but could not able to get the contact or list of contacts. Same error is there. |
You aren't able to pull any contacts at all? |
@Josh-G Yes, I have contacts in my scope, I am not able to get contacts at all. |
@abhimanusharma I just came across the same issue and our issue was that I was naively using |
I am also facing error while getting a single contact.
I have
scopes accounting.transactions accounting.contacts
added in my request.My $xero is returning the xero object successfully.
but code
$contact = $xero->loadByGUID(Contact::class, $guid);
is returning error.
The text was updated successfully, but these errors were encountered: