Skip to content

Commit da8081a

Browse files
authored
Fix demo instance (#2800)
* Fix demo instance
1 parent e7b3481 commit da8081a

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

packages/pwa-kit-create-app/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
## v3.11.0-dev.0 (May 23, 2025)
2+
- Fix the demo instance details in `program.json`[#2800](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/2800)
23
- Fix exiting before `program.json` content can be flushed [#2699](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/2699)
34
- Add `program.json` + Support for Agent-Friendly CLI Input via stdio [#2662](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/2662)
45
- Change the default ECOM instance in the generated application [#2610](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/2610)

packages/pwa-kit-create-app/program.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -271,11 +271,11 @@
271271
"project.extend": true,
272272
"project.hybrid": false,
273273
"project.name": "demo-storefront",
274-
"project.commerce.instanceUrl": "https://zzte-053.dx.commercecloud.salesforce.com",
275-
"project.commerce.clientId": "1d763261-6522-4913-9d52-5d947d3b94c4",
274+
"project.commerce.instanceUrl": "https://production-sitegenesis-dw.demandware.net",
275+
"project.commerce.clientId": "44cfcf31-d64d-4227-9cce-1d9b0716c321",
276276
"project.commerce.siteId": "RefArch",
277-
"project.commerce.organizationId": "f_ecom_zzte_053",
278-
"project.commerce.shortCode": "kv7kzm78",
277+
"project.commerce.organizationId": "f_ecom_aaia_prd",
278+
"project.commerce.shortCode": "xfdy2axw",
279279
"project.commerce.isSlasPrivate": false,
280280
"project.einstein.clientId": "1ea06c6e-c936-4324-bcf0-fada93f83bb1",
281281
"project.einstein.siteId": "aaij-MobileFirst",

0 commit comments

Comments
 (0)