Skip to content

Commit 920b3c8

Browse files
authored
Update the-licensing-model.md
Updated so the JSON is correct for how to add the license key
1 parent 7927775 commit 920b3c8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

14/umbraco-commerce/getting-started/the-licensing-model.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,11 @@ Once you have received your license code it needs to be installed on your site.
6161

6262
```json
6363
"Umbraco": {
64-
"Licenses": {
65-
"Umbraco.Commerce": "YOUR_LICENSE_KEY"
64+
"Licenses": {
65+
"Products": {
66+
"Umbraco.Commerce": "YOUR_LICENSE_KEY"
6667
}
68+
}
6769
}
6870
```
6971

0 commit comments

Comments
 (0)