IO-256 WIP QBO.

This commit is contained in:
Patrick Fic
2021-09-01 08:31:24 -07:00
parent cb76e2dcde
commit 54b46dd25e
3 changed files with 473 additions and 10020 deletions

View File

@@ -48,7 +48,11 @@ exports.default = async (req, res) => {
null
);
res.redirect(`http://localhost:3000/manage/accounting/qbo?`);
res.redirect(
`http://localhost:3000/manage/accounting/qbo?${queryString.stringify(
params
)}`
);
}
} catch (e) {
logger.log("qbo-callback-error", "ERROR", params.state, null, {