You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 15/umbraco-commerce/getting-started/the-licensing-model.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,11 +62,15 @@ Once you have received your license code it needs to be installed on your site.
62
62
```json
63
63
"Umbraco": {
64
64
"Licenses": {
65
-
"Umbraco.Commerce": "YOUR_LICENSE_KEY"
65
+
"Products": {
66
+
"Umbraco.Commerce": "YOUR_LICENSE_KEY"
67
+
}
66
68
}
67
69
}
68
70
```
69
71
72
+
73
+
70
74
### Verify the license installation
71
75
72
76
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