Add UserCanceled, AdminDenied to TransferStatusType;
This commit is contained in:
parent
2043b08d0f
commit
8fc36ad0c1
|
|
@ -9,4 +9,6 @@ public enum TransferStatusType : byte
|
|||
DriverEnRoute = 25,
|
||||
PassengerPickup = 30,
|
||||
Finished = 35,
|
||||
UserCanceled = 40,
|
||||
AdminDenied = 45,
|
||||
}
|
||||
Loading…
Reference in New Issue