Skip to content

Commit 145bc5b

Browse files
authored
Update 15/umbraco-commerce/how-to-guides/create-order-via-code.md
1 parent a4ed98b commit 145bc5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

15/umbraco-commerce/how-to-guides/create-order-via-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to create an order via code in Umbraco Commerce.
44

55
# Create an Order via Code
66

7-
It is sometimes necessary, such as when importing orders from another system, to create a fully finalized order via code.
7+
In some cases, such as when importing orders from another system, it may be necessary to create a fully finalized order via code.
88

99
An example of the code to do this is shown below. Here the `api` variable is an instance of the `IUmbracoCommerceApi` interface, which is an injectable service you access via [dependency injection](../key-concepts/dependency-injection.md).
1010

0 commit comments

Comments
 (0)