From 920b3c82b2a3f827f87718ca8cd5e83c45d71849 Mon Sep 17 00:00:00 2001 From: Dennis Aaen Date: Mon, 11 Nov 2024 10:44:53 +0100 Subject: [PATCH] Update the-licensing-model.md Updated so the JSON is correct for how to add the license key --- 14/umbraco-commerce/getting-started/the-licensing-model.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/14/umbraco-commerce/getting-started/the-licensing-model.md b/14/umbraco-commerce/getting-started/the-licensing-model.md index 7e26653ae39..3585a25b417 100644 --- a/14/umbraco-commerce/getting-started/the-licensing-model.md +++ b/14/umbraco-commerce/getting-started/the-licensing-model.md @@ -61,9 +61,11 @@ Once you have received your license code it needs to be installed on your site. ```json "Umbraco": { - "Licenses": { - "Umbraco.Commerce": "YOUR_LICENSE_KEY" + "Licenses": { + "Products": { + "Umbraco.Commerce": "YOUR_LICENSE_KEY" } + } } ```