feat: updating order status
This commit is contained in:
@@ -6,5 +6,4 @@ class OrderStatus(str, Enum):
|
||||
REJECTED = 'rejected'
|
||||
COMPLETED = 'completed'
|
||||
CANCELLED = 'cancelled'
|
||||
ERROR = 'error'
|
||||
CANCELED = 'canceled'
|
||||
ERROR = 'error'
|
||||
Reference in New Issue
Block a user