Skip to content

Commit

Permalink
MWPW-152283: Commerce endpoint update (#2725)
Browse files Browse the repository at this point in the history
endpoint update
  • Loading branch information
3ch023 committed Aug 13, 2024
1 parent cf166ca commit d6b7e33
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion libs/deps/mas/commerce.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion libs/deps/mas/mas.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions libs/features/mas/commerce/src/wcs.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ import { Log } from './log.js';
*/
const ACOM = '_acom';
const WcsBaseUrl = {
[Env.PRODUCTION]: 'https://wcs.adobe.com',
[Env.STAGE]: 'https://wcs.stage.adobe.com',
[Env.PRODUCTION]: 'https://www.adobe.com',
[Env.STAGE]: 'https://www.stage.adobe.com',
[Env.PRODUCTION + ACOM]: 'https://www.adobe.com',
[Env.STAGE + ACOM]: 'https://www.stage.adobe.com',
};
Expand Down

0 comments on commit d6b7e33

Please sign in to comment.