IO-256 WIP QBO.
This commit is contained in:
@@ -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, {
|
||||
|
||||
Reference in New Issue
Block a user