update onpoint status

This commit is contained in:
Sinh 2023-11-09 09:58:57 +07:00
parent aa202e8fcb
commit 71e2f0b842
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ 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"