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: 10/umbraco-commerce/installation/licensing-model.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ Once you have received your license code it needs to be installed on your site.
68
68
```
69
69
70
70
{% hint style="info" %}
71
-
If using environment variables rather than a JSON file for configuration you may run into issues with the periods used in the product key. If so, an underscore can be used instead:
71
+
You might run into issues when using a period in the product name when using environment variables. Use an underscore in the product name instead, to avoid problems.
72
72
73
73
```json
74
74
"Umbraco_Commerce": "YOUR_LICENSE_KEY"
@@ -166,4 +166,4 @@ POST http://<your umbraco environment>/umbraco/licenses/validatedLicense/relay?p
166
166
167
167
A header with a key of `X-AUTH-KEY` and value of the authorization key you have configured should be provided.
168
168
169
-
This will trigger the same processes that occur when the normal scheduled validation completes ensuring your product is considered licensed.
169
+
This will trigger the same processes that occur when the normal scheduled validation completes ensuring your product is considered licensed.
0 commit comments