order workflow
This commit is contained in:
@@ -114,7 +114,7 @@ export function orderIsOpen(order) {
|
||||
}
|
||||
|
||||
export function isOpen(state) {
|
||||
return state < 3
|
||||
return state >= 1 && state < 3
|
||||
}
|
||||
|
||||
export function parseOrderStatus(status) {
|
||||
|
||||
Reference in New Issue
Block a user