Skip to content

Commit

Permalink
Update links to QBD sync manager
Browse files Browse the repository at this point in the history
  • Loading branch information
tgolen committed Sep 22, 2023
1 parent 1609f18 commit 1231b8f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lib/CONST.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ export declare const CONST: {
readonly CLOUDFRONT: "https://d2k5nsl2zxldvw.cloudfront.net";
readonly CLOUDFRONT_IMG: "https://d2k5nsl2zxldvw.cloudfront.net/images/";
readonly CLOUDFRONT_FILES: "https://d2k5nsl2zxldvw.cloudfront.net/files/";
readonly EXPENSIFY_SYNC_MANAGER: "quickbooksdesktop/Expensify_QuickBooksDesktop_Setup_230403124.exe";
readonly EXPENSIFY_SYNC_MANAGER: "quickbooksdesktop/Expensify_QuickBooksDesktop_Setup_2300802.exe";
readonly USEDOT_ROOT: "https://use.expensify.com/";
readonly ITUNES_SUBSCRIPTION: "https://buy.itunes.apple.com/WebObjects/MZFinance.woa/wa/manageSubscriptions";
};
Expand Down Expand Up @@ -436,7 +436,7 @@ export declare const CONST: {
readonly REPORT_SUBMITTED: "REPORT_SUBMITTED";
};
readonly XERO_HQ_CONNECTION_NAME: "xerohq";
readonly EXPENSIFY_SYNC_MANAGER_VERSION: "23.0.403.124";
readonly EXPENSIFY_SYNC_MANAGER_VERSION: "23.0.802.0";
};
readonly INTEGRATION_TYPES: {
readonly ACCOUNTING: "accounting";
Expand Down
4 changes: 2 additions & 2 deletions lib/CONST.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ export const CONST = {
CLOUDFRONT: 'https://d2k5nsl2zxldvw.cloudfront.net',
CLOUDFRONT_IMG: 'https://d2k5nsl2zxldvw.cloudfront.net/images/',
CLOUDFRONT_FILES: 'https://d2k5nsl2zxldvw.cloudfront.net/files/',
EXPENSIFY_SYNC_MANAGER: 'quickbooksdesktop/Expensify_QuickBooksDesktop_Setup_230403124.exe',
EXPENSIFY_SYNC_MANAGER: 'quickbooksdesktop/Expensify_QuickBooksDesktop_Setup_2300802.exe',
USEDOT_ROOT: 'https://use.expensify.com/',
ITUNES_SUBSCRIPTION: 'https://buy.itunes.apple.com/WebObjects/MZFinance.woa/wa/manageSubscriptions'
},
Expand Down Expand Up @@ -567,7 +567,7 @@ export const CONST = {

XERO_HQ_CONNECTION_NAME: 'xerohq',

EXPENSIFY_SYNC_MANAGER_VERSION: '23.0.403.124',
EXPENSIFY_SYNC_MANAGER_VERSION: '23.0.802.0',
},

INTEGRATION_TYPES: {
Expand Down

0 comments on commit 1231b8f

Please sign in to comment.