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

getCompanyPreferences returns null #515

Open
philiphoek opened this issue Jul 17, 2024 · 1 comment
Open

getCompanyPreferences returns null #515

philiphoek opened this issue Jul 17, 2024 · 1 comment

Comments

@philiphoek
Copy link

For some reason one if the quickbooks connections that we have return null for getCompanyPreferences.

Here is the code:

$dataService = DataService::Configure(array(
      'auth_mode' => 'oauth2',
      'ClientID' => "Client ID from the app's keys tab",
      'ClientSecret' => "Client Secret from the app's keys tab",
      'RedirectURI' => "The redirect URI provided on the Redirect URIs part under keys tab",
      'scope' => "com.intuit.quickbooks.accounting or com.intuit.quickbooks.payment",
      'baseUrl' => "Development/Production"
));

// This has never returned null till now
$dataService->getCompanyPreferences()

Is this supposed to be nullable?

@Malarvzh
Copy link

Malarvzh commented Aug 5, 2024

@philiphoek Unfortunately, we were unable to reproduce the issue you reported. Please create a support ticket with your company ID, app ID, and redirect URL to assist you better.
The link to create a ticket is https://help.developer.intuit.com/s/contactsupport.

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