Skip to content

Commit 3fda721

Browse files
committed
W-21432256: Salesforce Payments on PWA Feature
1 parent 1c27be3 commit 3fda721

File tree

125 files changed

+18136
-193
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

125 files changed

+18136
-193
lines changed

packages/commerce-sdk-react/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
## v5.1.0-dev
2+
- Bump commerce-sdk-isomorphic to 5.1.0
23
- Add Node 24 support. Drop Node 16 support. [#3652](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3652)
34
- Add Shopper Consents API support [#3674](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3674)
45

packages/commerce-sdk-react/package-lock.json

Lines changed: 4 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/commerce-sdk-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"version": "node ./scripts/version.js"
4141
},
4242
"dependencies": {
43-
"commerce-sdk-isomorphic": "5.0.0",
43+
"commerce-sdk-isomorphic": "5.1.0",
4444
"js-cookie": "^3.0.1",
4545
"jwt-decode": "^4.0.0"
4646
},

packages/commerce-sdk-react/src/constant.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,17 +46,19 @@ export const SERVER_AFFINITY_HEADER_KEY = 'sfdc_dwsid'
4646

4747
export const CLIENT_KEYS = {
4848
SHOPPER_BASKETS: 'shopperBaskets',
49+
SHOPPER_BASKETS_V2: 'shopperBasketsV2',
50+
SHOPPER_CONFIGURATIONS: 'shopperConfigurations',
4951
SHOPPER_CONSENTS: 'shopperConsents',
5052
SHOPPER_CONTEXTS: 'shopperContexts',
5153
SHOPPER_CUSTOMERS: 'shopperCustomers',
5254
SHOPPER_EXPERIENCE: 'shopperExperience',
5355
SHOPPER_GIFT_CERTIFICATES: 'shopperGiftCertificates',
5456
SHOPPER_LOGIN: 'shopperLogin',
5557
SHOPPER_ORDERS: 'shopperOrders',
58+
SHOPPER_PAYMENTS: 'shopperPayments',
5659
SHOPPER_PRODUCTS: 'shopperProducts',
5760
SHOPPER_PROMOTIONS: 'shopperPromotions',
5861
SHOPPER_SEARCH: 'shopperSearch',
5962
SHOPPER_SEO: 'shopperSeo',
60-
SHOPPER_STORES: 'shopperStores',
61-
SHOPPER_CONFIGURATIONS: 'shopperConfigurations'
63+
SHOPPER_STORES: 'shopperStores'
6264
} as const

0 commit comments

Comments
 (0)