feat: implement new order methods, transport enums, and conveyor telegram overrides
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
public OrdersHost ForceSetStatusInProgress()
|
||||
{
|
||||
Status = TransportOrderStatus.InProgress;
|
||||
return this;
|
||||
}
|
||||
Reference in New Issue
Block a user