Jack Mollart
Jack Mollart
I have tried and i cannot get this to work at all. After trying to "connect" to a company in QB, i just get stuck in a continuous loop of...
@ebogdanov I have debugged throughout the code and it came down to scopes. I changed this: ```php $quickbooks_oauth_url = $helper->getAuthorizationURL($quickbooks_oauth_url); ``` To this: ```php // Production scopes // $scope =...
@ebogdanov No problem - Yes, I got the scope which i needed from the API docs, thanks. Would it bet better if this was handled via failures rather than a...