Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Shopper Experience hooks #958

Merged
merged 8 commits into from
Feb 6, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update Changelog & Restore zzrf-001 config
  • Loading branch information
adamraya committed Feb 6, 2023
commit 82fb52b5f72a820549a81135a83b38ae59241d87
2 changes: 2 additions & 0 deletions packages/commerce-sdk-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## v2.7.0-dev (Jan 25, 2023)
- Namespace `Auth` storage keys with site identifier to allow multi-site support [#911](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/911)
- Add Shopper Experience `usePage` and `usePages` hooks[#958](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/958)

## v2.6.0 (Jan 25, 2023)

## v2.5.0 (Jan 05, 2023)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,9 @@ const AppConfig = (props: AppConfigProps): ReactElement => {
return (
<CommerceApiProvider
siteId={siteId}
// TODO: On Feb 08 restore zzrf_001 details
shortCode="sandbox-001"
clientId="06bb7d20-93fa-4707-ade6-2ecd858331bd"
organizationId="f_ecom_bjnl_dev"
shortCode="8o7m175y"
clientId="c9c45bfd-0ed3-4aa2-9971-40f88962b836"
organizationId="f_ecom_zzrf_001"
redirectURI="http://localhost:3000/callback"
proxy="http://localhost:3000/mobify/proxy/api"
locale={locale}
Expand Down
4 changes: 2 additions & 2 deletions packages/test-commerce-sdk-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@
"ssrFunctionNodeVersion": "14.x",
"proxyConfigs": [
{
"host": "sandbox-001.api.commercecloud.salesforce.com",
"host": "kv7kzm78.api.commercecloud.salesforce.com",
"path": "api"
},
{
"host": "development-functional38-qa222.demandware.net",
"host": "zzrf-001.dx.commercecloud.salesforce.com",
"path": "ocapi"
}
]
Expand Down