IO-3239 Add integration log statements on QBO.
This commit is contained in:
@@ -14,7 +14,6 @@ const oauthClient = new OAuthClient({
|
||||
clientSecret: process.env.QBO_SECRET,
|
||||
environment: process.env.NODE_ENV === "production" ? "production" : "sandbox",
|
||||
redirectUri: process.env.QBO_REDIRECT_URI,
|
||||
logging: true
|
||||
});
|
||||
|
||||
//TODO:AIO Add in QBO callbacks.
|
||||
|
||||
Reference in New Issue
Block a user