From ec40ae632fc38d13dea9b83dbee57882b10add99 Mon Sep 17 00:00:00 2001 From: David Peck Date: Wed, 12 Mar 2025 13:26:18 +0000 Subject: [PATCH 1/3] Update product-adapters.md Appears to require IProductAdapter to work (v13) --- 13/umbraco-commerce/key-concepts/product-adapters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/13/umbraco-commerce/key-concepts/product-adapters.md b/13/umbraco-commerce/key-concepts/product-adapters.md index 9bb69fab26d..2b61f090b0b 100644 --- a/13/umbraco-commerce/key-concepts/product-adapters.md +++ b/13/umbraco-commerce/key-concepts/product-adapters.md @@ -176,7 +176,7 @@ public static class UmbracoCommerceUmbracoBuilderExtensions public static IUmbracoCommerceBuilder AddMyServices(IUmbracoCommerceBuilder builder) { // Replacing the default Product Adapter implementation - builder.Services.AddUnique(); + builder.Services.AddUnique(); // Return the builder to continue the chain return builder; From 0394e4845b195e880699731a5bad48b722302231 Mon Sep 17 00:00:00 2001 From: David Peck Date: Thu, 13 Mar 2025 10:11:50 +0000 Subject: [PATCH 2/3] Update product-adapters.md IProductAdapter is the service dependency update to v14 --- 14/umbraco-commerce/key-concepts/product-adapters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/14/umbraco-commerce/key-concepts/product-adapters.md b/14/umbraco-commerce/key-concepts/product-adapters.md index 9bb69fab26d..2b61f090b0b 100644 --- a/14/umbraco-commerce/key-concepts/product-adapters.md +++ b/14/umbraco-commerce/key-concepts/product-adapters.md @@ -176,7 +176,7 @@ public static class UmbracoCommerceUmbracoBuilderExtensions public static IUmbracoCommerceBuilder AddMyServices(IUmbracoCommerceBuilder builder) { // Replacing the default Product Adapter implementation - builder.Services.AddUnique(); + builder.Services.AddUnique(); // Return the builder to continue the chain return builder; From 91a1c1fa3534cc053a7e9632d79b67307f6f815b Mon Sep 17 00:00:00 2001 From: David Peck Date: Thu, 13 Mar 2025 10:12:19 +0000 Subject: [PATCH 3/3] Update product-adapters.md IProductAdapterIProductAdapter is the service dependency update to v15 --- 15/umbraco-commerce/key-concepts/product-adapters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/15/umbraco-commerce/key-concepts/product-adapters.md b/15/umbraco-commerce/key-concepts/product-adapters.md index f5bc1066464..ad49caef44f 100644 --- a/15/umbraco-commerce/key-concepts/product-adapters.md +++ b/15/umbraco-commerce/key-concepts/product-adapters.md @@ -176,7 +176,7 @@ public static class UmbracoCommerceUmbracoBuilderExtensions public static IUmbracoCommerceBuilder AddMyServices(IUmbracoCommerceBuilder builder) { // Replacing the default Product Adapter implementation - builder.Services.AddUnique(); + builder.Services.AddUnique(); // Return the builder to continue the chain return builder;