pay attrUpdateMatrix 增加timeoutAt
This commit is contained in:
parent
96991b9ef0
commit
3294b23930
|
|
@ -79,6 +79,14 @@ const attrUpdateMatrix: AttrUpdateMatrix<EntityDict> = {
|
|||
},
|
||||
},
|
||||
},
|
||||
timeoutAt: {
|
||||
actions: ['startPaying'],
|
||||
filter: {
|
||||
iState: {
|
||||
$in: ['unpaid', 'paying'],
|
||||
}
|
||||
}
|
||||
},
|
||||
},
|
||||
refund: {
|
||||
externalId: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue