Skip to content

Commit 7d31388

Browse files
authored
feat: add commerce/cartApi to the known wire adapter list (#53)
1 parent 401e142 commit 7d31388

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

base.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ const KNOWN_WIRE_ADAPTERS = [
1616
module: '@salesforce/**',
1717
identifier: '*',
1818
},
19+
{
20+
module: 'commerce/cartApi',
21+
identifier: 'CartSummaryAdapter',
22+
},
1923
];
2024

2125
const WIRE_ADAPTERS_WITH_RESTRICTED_USE = [

0 commit comments

Comments
 (0)