Skip to content

Commit 9061793

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

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
@@ -6,7 +6,7 @@ description: Learn how to create an order via code in Umbraco Commerce.
66

77
In some cases, such as when importing orders from another system, it may be necessary to create a fully finalized order via code.
88

9-
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).
9+
The example below demonstrates how to do this. The `api` variable is an instance of the `IUmbracoCommerceApi` interface, which is an injectable service accessed via [dependency injection](../key-concepts/dependency-injection.md).
1010

1111
```csharp
1212
await api.Uow.ExecuteAsync(async (uow) =>

0 commit comments

Comments
 (0)