[UP] OrderStatus {+++}
This commit is contained in:
parent
0bc6e7ab04
commit
346b91d59c
1 changed files with 3 additions and 0 deletions
|
|
@ -15,6 +15,9 @@ class DriverStatus(str, Enum):
|
|||
class OrderStatus(str, Enum):
|
||||
NEW = "new"
|
||||
SEARCHING_TAXI = "searching_taxi"
|
||||
AWAITING_CONFIRMATION = "awaiting_confirmation"
|
||||
DRIVER_ON_WAY = "driver_on_way"
|
||||
WAIT_CLIENT = "wait_client"
|
||||
IN_PROCESS = "in_process"
|
||||
COMPLETED = "completed"
|
||||
CUSTOMER_CANCELED = "customer_canceled"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue