Skip to content

Commit 82f565e

Browse files
Update order_management_api.md
Fixed FQN
1 parent 5c4237c commit 82f565e

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
@@ -43,7 +43,7 @@ It follows the same search query pattern as other APIs:
4343

4444
## Create order
4545

46-
To create an order, use the `OrderService::createOrder` method and provide it with the `Ibexa\Contracts\OrderManagement\Value\OrderCreateStruct` object that contains a list of products, purchased quantities, product, total prices, and tax amounts.
46+
To create an order, use the `OrderService::createOrder` method and provide it with the `Ibexa\Contracts\OrderManagement\Value\Struct\OrderCreateStruct` object that contains a list of products, purchased quantities, product, total prices, and tax amounts.
4747

4848
``` php
4949
[[= include_file('code_samples/api/commerce/src/Command/OrderCommand.php', 101, 113) =]]

0 commit comments

Comments
 (0)