Update QBO callback.
This commit is contained in:
@@ -22,9 +22,9 @@ const oauthClient = new OAuthClient({
|
|||||||
let url;
|
let url;
|
||||||
|
|
||||||
if (process.env.NODE_ENV === "production") {
|
if (process.env.NODE_ENV === "production") {
|
||||||
url = `https://imex.online`;
|
url = `https://romeonline.io`;
|
||||||
} else if (process.env.NODE_ENV === "test") {
|
} else if (process.env.NODE_ENV === "test") {
|
||||||
url = `https://test.imex.online`;
|
url = `https://test.romeonline.io`;
|
||||||
} else {
|
} else {
|
||||||
url = `http://localhost:3000`;
|
url = `http://localhost:3000`;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user