Skip to content

Commit

Permalink
feat(commerce): updated registered 234 commerce adapters (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
seckardt authored Jul 27, 2021
1 parent 9add2f1 commit 78734da
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions base.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ const KNOWN_WIRE_ADAPTERS = [
module: '@salesforce/**',
identifier: '*',
},
{
module: 'commerce/cartApi',
identifier: 'CartItemsAdapter',
},
{
module: 'commerce/cartApi',
identifier: 'CartSummaryAdapter',
Expand Down Expand Up @@ -48,13 +52,13 @@ const KNOWN_WIRE_ADAPTERS = [
module: 'commerce/productApi',
identifier: 'ProductPricingAdapter',
},
{
module: 'commerce/productApi',
identifier: 'ProductSearchAdapter',
},
];

const WIRE_ADAPTERS_WITH_RESTRICTED_USE = [
{
module: 'commerce/cartApi',
identifier: 'CartItemsAdapter',
},
{
module: 'commerce/cartApi',
identifier: 'CartSummaryAdapter',
Expand Down Expand Up @@ -87,10 +91,6 @@ const WIRE_ADAPTERS_WITH_RESTRICTED_USE = [
module: 'commerce/productApi',
identifier: 'ProductPricingAdapter',
},
{
module: 'commerce/productApi',
identifier: 'ProductSearchAdapter',
},
{
module: 'lightning/analyticsWaveApi',
identifier: 'executeQuery',
Expand Down

0 comments on commit 78734da

Please sign in to comment.