update onpoint status
This commit is contained in:
parent
aa202e8fcb
commit
71e2f0b842
|
@ -3,6 +3,7 @@ package onpoint
|
|||
const (
|
||||
OrderStatusNew = "new"
|
||||
OrderStatusPendingWarehouse = "pending_warehouse"
|
||||
OrderStatusWhPending = "wh_pending"
|
||||
OrderStatusWhProcessing = "wh_processing"
|
||||
OrderStatusWhCompleted = "wh_completed"
|
||||
OrderStatusDlPending = "dl_pending"
|
||||
|
|
Loading…
Reference in New Issue