Skip to content

Commit 8533097

Browse files
chore: rename einstein in base.js (#90)
* Update base.js * Update base.js Co-authored-by: Jose David Rodriguez Velasco <[email protected]> Co-authored-by: Jose David Rodriguez Velasco <[email protected]>
1 parent f0b41a6 commit 8533097

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

base.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ const KNOWN_WIRE_ADAPTERS = [
3333
identifier: 'SessionContextAdapter',
3434
},
3535
{
36-
module: 'commerce/einsteinRecommendationsApi',
37-
identifier: 'EinsteinProductRecommendationsAdapter',
36+
module: 'commerce/recommendationsApi',
37+
identifier: 'ProductRecommendationsAdapter',
3838
},
3939
{
4040
module: 'commerce/productApi',
@@ -92,8 +92,8 @@ const WIRE_ADAPTERS_WITH_RESTRICTED_USE = [
9292
identifier: 'SessionContextAdapter',
9393
},
9494
{
95-
module: 'commerce/einsteinRecommendationsApi',
96-
identifier: 'EinsteinProductRecommendationsAdapter',
95+
module: 'commerce/recommendationsApi',
96+
identifier: 'ProductRecommendationsAdapter',
9797
},
9898
{
9999
module: 'commerce/productApi',

0 commit comments

Comments
 (0)