You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
@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.
For some reason one if the quickbooks connections that we have return null for getCompanyPreferences.
Here is the code:
Is this supposed to be nullable?
The text was updated successfully, but these errors were encountered: