Open
Description
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?
Metadata
Assignees
Labels
No labels