From 3294b23930b4f10e142716277f45dc623c3f5de8 Mon Sep 17 00:00:00 2001 From: lxy Date: Thu, 18 Jul 2024 18:49:11 +0800 Subject: [PATCH] =?UTF-8?q?pay=20attrUpdateMatrix=20=E5=A2=9E=E5=8A=A0time?= =?UTF-8?q?outAt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/configuration/attrUpdateMatrix.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/configuration/attrUpdateMatrix.ts b/src/configuration/attrUpdateMatrix.ts index 45cc46ca..a8f041c9 100644 --- a/src/configuration/attrUpdateMatrix.ts +++ b/src/configuration/attrUpdateMatrix.ts @@ -79,6 +79,14 @@ const attrUpdateMatrix: AttrUpdateMatrix = { }, }, }, + timeoutAt: { + actions: ['startPaying'], + filter: { + iState: { + $in: ['unpaid', 'paying'], + } + } + }, }, refund: { externalId: {