IO-256 Further work on QBO Receivables.

This commit is contained in:
Patrick Fic
2021-08-30 10:50:56 -07:00
parent 5284ee2ef9
commit c72ef97b82
6 changed files with 3801 additions and 66 deletions

View File

@@ -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) {