feat: use stubs for orders data (#64)
This commit is contained in:
11
server/routers/dry-wash/model/const.js
Normal file
11
server/routers/dry-wash/model/const.js
Normal file
@@ -0,0 +1,11 @@
|
||||
const orderStatus = {
|
||||
CANCELLED: 'cancelled',
|
||||
PROGRESS: 'progress',
|
||||
PENDING: 'pending',
|
||||
WORKING: 'working',
|
||||
COMPLETE: 'complete',
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
orderStatus
|
||||
}
|
||||
Reference in New Issue
Block a user