Skip to content

Commit 11121cb

Browse files
Update 15/umbraco-commerce/key-concepts/ui-extensions/order-line-actions.md
Co-authored-by: sofietoft <[email protected]>
1 parent c1e8b51 commit 11121cb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

15/umbraco-commerce/key-concepts/ui-extensions/order-line-actions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ export interface UcOrderLineActionApi extends UmbApi {
6060
}
6161
```
6262

63-
This provides order line action implementations with access to the defined `manifest` and contextual information via the `storeId`, `orderId` and `orderLineId` properties and expects the implementation of an `execute` method to act.
63+
This provides order line action implementations with access to the defined `manifest` and contextual information via the `storeId`, `orderId` and `orderLineId` properties. It expects the implementation of an `execute` method to act.
64+
6465

6566
An example implementation would be
6667

0 commit comments

Comments
 (0)