Skip to content

Commit dbef177

Browse files
Updated licensing docs inline with changes in Umbraco.Licenses
1 parent 0b9835d commit dbef177

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,15 @@ Once you have received your license code it needs to be installed on your site.
6262
```json
6363
"Umbraco": {
6464
"Licenses": {
65-
"Umbraco.Commerce": "YOUR_LICENSE_KEY"
65+
"Products": {
66+
"Umbraco.Commerce": "YOUR_LICENSE_KEY"
67+
}
6668
}
6769
}
6870
```
6971

72+
73+
7074
### Verify the license installation
7175

7276
You can verify that your license is successfully installed by logging into your project's backoffice and navigating to the settings section. Here you will see a license dashboard which should display the status of your license.

0 commit comments

Comments
 (0)