QBO port fix.
This commit is contained in:
@@ -38,7 +38,7 @@ exports.default = async (req, res) => {
|
||||
error: authResponse.json,
|
||||
});
|
||||
res.redirect(
|
||||
`${url}:3000/manage/accounting/qbo?error=${encodeURIComponent(
|
||||
`${url}/manage/accounting/qbo?error=${encodeURIComponent(
|
||||
JSON.stringify(authResponse.json)
|
||||
)}`
|
||||
);
|
||||
@@ -56,7 +56,7 @@ exports.default = async (req, res) => {
|
||||
);
|
||||
|
||||
res.redirect(
|
||||
`${url}:3000/manage/accounting/qbo?${queryString.stringify(params)}`
|
||||
`${url}/manage/accounting/qbo?${queryString.stringify(params)}`
|
||||
);
|
||||
}
|
||||
} catch (e) {
|
||||
|
||||
Reference in New Issue
Block a user