diff --git a/examples/events/example-contexts/mock-storefront-context.md b/examples/events/example-contexts/mock-storefront-context.md index de91544..a2d16c1 100644 --- a/examples/events/example-contexts/mock-storefront-context.md +++ b/examples/events/example-contexts/mock-storefront-context.md @@ -24,7 +24,7 @@ PaaS/ACCS Example: ```javascript const mockStorefrontCtx = { - environmentId: "aaaaaa", + environmentId: "environment-id", environment: "Production", storeUrl: "https://example.com", websiteId: 333333, @@ -46,7 +46,7 @@ ACO Example: ```javascript const mockStorefrontCtx = { - environmentId: "aaaaaa", + environmentId: "tenant-id", environment: "Production", storeUrl: "https://example.com", baseCurrencyCode: "USD",