fix: update order lifecycle validation to exclude only 'cancelled' state
This commit is contained in:
parent
04e8393993
commit
d42e240a2a
@ -98,7 +98,7 @@ export default {
|
||||
id: { $eq: slotId },
|
||||
},
|
||||
state: {
|
||||
$notIn: ['cancelled', 'completed'],
|
||||
$notIn: ['cancelled'],
|
||||
},
|
||||
},
|
||||
populate: ['slot'],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user