From 252f68afb5a90d9431f7b5dfb1c6dd14798668a1 Mon Sep 17 00:00:00 2001 From: Oleg Posyniak Date: Thu, 13 Nov 2025 09:59:46 -0600 Subject: [PATCH 1/2] Update mock-storefront-context.md --- examples/events/example-contexts/mock-storefront-context.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/events/example-contexts/mock-storefront-context.md b/examples/events/example-contexts/mock-storefront-context.md index de91544..5c4b548 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: "environemnt-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", From c281bc38fbe322cd5d62063e2e55fad77d4833ae Mon Sep 17 00:00:00 2001 From: Oleg Posyniak Date: Fri, 14 Nov 2025 09:30:41 -0600 Subject: [PATCH 2/2] Update mock-storefront-context.md --- examples/events/example-contexts/mock-storefront-context.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/events/example-contexts/mock-storefront-context.md b/examples/events/example-contexts/mock-storefront-context.md index 5c4b548..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: "environemnt-id", + environmentId: "environment-id", environment: "Production", storeUrl: "https://example.com", websiteId: 333333,