OrderStatusService
This service class contains functions related to the order status.
All public functions are available in the Twig template renderer.
Namespace
IO\Services
Type | Name | Description |
---|---|---|
|
||
|
||
|
||
|
Methods
public __construct($authHelper, $orderStatusRepo, $statusHistoryRepo)
OrderStatusService constructor.
Type |
Name |
Description |
|
||
|
||
|
public getOrderStatus($orderId, $orderStatusId):string
Get the status of a specific order
Type |
Name |
Description |
|
The id of the order to find order status for |
|
|
The id of the order status to find |
Thank you for your feedback!