Skip to content

Commit 6ca31ed

Browse files
chore: update mock-storefront-context.md (#199)
* Update mock-storefront-context.md * Update mock-storefront-context.md
1 parent a320cfc commit 6ca31ed

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/events/example-contexts/mock-storefront-context.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ PaaS/ACCS Example:
2424

2525
```javascript
2626
const mockStorefrontCtx = {
27-
environmentId: "aaaaaa",
27+
environmentId: "environment-id",
2828
environment: "Production",
2929
storeUrl: "https://example.com",
3030
websiteId: 333333,
@@ -46,7 +46,7 @@ ACO Example:
4646

4747
```javascript
4848
const mockStorefrontCtx = {
49-
environmentId: "aaaaaa",
49+
environmentId: "tenant-id",
5050
environment: "Production",
5151
storeUrl: "https://example.com",
5252
baseCurrencyCode: "USD",

0 commit comments

Comments
 (0)