Compare commits

..

No commits in common. "5bf2e81ea972578087599055bb1777da0a6c3185" and "16ea108595de09fe9fdce855e2123cbe0f1c6862" have entirely different histories.

1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@ package onpoint
const ( const (
OrderStatusNew = "new" OrderStatusNew = "new"
OrderStatusPendingWarehouse = "pending_warehouse" OrderStatusPendingWarehouse = "pending_warehouse"
OrderStatusWhPending = "wh_pending"
OrderStatusWhProcessing = "wh_processing" OrderStatusWhProcessing = "wh_processing"
OrderStatusWhCompleted = "wh_completed" OrderStatusWhCompleted = "wh_completed"
OrderStatusDlPending = "dl_pending" OrderStatusDlPending = "dl_pending"