Skip to content

Commit

Permalink
CR update
Browse files Browse the repository at this point in the history
  • Loading branch information
Matejk00 committed Sep 18, 2024
1 parent 8bae9a6 commit 9263904
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
*/

import { NgModule } from '@angular/core';
import { defaultB2BCheckoutConfig } from '@spartacus/checkout/b2b/root';
import { provideConfig, SiteContextConfig } from '@spartacus/core';
import { defaultB2bOccConfig } from '@spartacus/setup';
import {
Expand All @@ -29,6 +30,7 @@ if (environment.epdVisualization) {
...defaultCmsContentProviders,
// b2b
provideConfig(defaultB2bOccConfig),
provideConfig(defaultB2BCheckoutConfig),
provideConfig(<SiteContextConfig>{
context: {
urlParameters: ['baseSite', 'language', 'currency'],
Expand Down
1 change: 0 additions & 1 deletion scripts/install/config.default.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ BASE_SITE=
OCC_PREFIX="/occ/v2/"

URL_PARAMETERS="baseSite,language,currency"
CURRENCY="USD,EUR"

SPARTACUS_PROJECTS=(
"dist/core:projects/core"
Expand Down

0 comments on commit 9263904

Please sign in to comment.