Skip to content

Commit dde9aac

Browse files
committed
Adjusted code sample usage
1 parent 6d6d41a commit dde9aac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/commerce/order_management/order_management_api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ To fetch multiple orders, use the `OrderService::findOrders` method.
3535
It follows the same search query pattern as other APIs:
3636

3737
``` php
38-
[[= include_file('code_samples/api/commerce/src/Command/OrderCommand.php', 9, 13) =]][[= include_file('code_samples/api/commerce/src/Command/OrderCommand.php', 21, 22) =]]
38+
[[= include_file('code_samples/api/commerce/src/Command/OrderCommand.php', 8, 9) =]][[= include_file('code_samples/api/commerce/src/Command/OrderCommand.php', 10, 14) =]]
3939

4040
// ...
4141
[[= include_file('code_samples/api/commerce/src/Command/OrderCommand.php', 116, 125) =]]

0 commit comments

Comments
 (0)