-
Notifications
You must be signed in to change notification settings - Fork 550
Open
Labels
Description
Describe the bug
In the current implementation of the authentication providers, the QuickBooks provider is missing the sandbox settings. This is causing issues when trying to authenticate with QuickBooks in a development or testing environment.
Expected behavior
The QuickBooks provider should have a condition to check if the application is in development mode and if so, switch to the sandbox endpoint for user information.
Actual behavior
The QuickBooks provider always uses the production endpoint for user information, regardless of the application environment.