IO-256 Further work on QBO Receivables.
This commit is contained in:
@@ -22,7 +22,6 @@ exports.default = async (req, res) => {
|
||||
scope: [OAuthClient.scopes.Accounting, OAuthClient.scopes.OpenId],
|
||||
state: req.user.email,
|
||||
}); // can be an array of multiple scopes ex : {scope:[OAuthClient.scopes.Accounting,OAuthClient.scopes.OpenId]}
|
||||
// Redirect the authUri
|
||||
|
||||
res.send(authUri);
|
||||
} catch (error) {
|
||||
|
||||
Reference in New Issue
Block a user