Skip to content

Commit 75dbf41

Browse files
authored
Update 16/umbraco-commerce/key-concepts/order-number-generators.md
1 parent 21d6cde commit 75dbf41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

16/umbraco-commerce/key-concepts/order-number-generators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ When implementing a custom generator, ensure:
194194
8. **Readability** - Balance uniqueness with human readability for customer communication
195195

196196
{% hint style="warning" %}
197-
**Important:** Order numbers may have gaps if customers cancel or modify orders during the checkout process. Umbraco Commerce is not designed as an accounting platform. If you require strict sequential numbering for accounting purposes, integration with a dedicated accounting system is recommended. Additionally, sequential numbering can impact performance due to potential database access requirements.
197+
Order numbers may have gaps if customers cancel or modify orders during the checkout process. Umbraco Commerce is not designed as an accounting platform. If you require strict sequential numbering for accounting purposes, integration with a dedicated accounting system is recommended. Additionally, sequential numbering can impact performance due to potential database access requirements.
198198
{% endhint %}
199199

200200
## Configuration

0 commit comments

Comments
 (0)