pay的小提交

This commit is contained in:
Xu Chang 2024-05-31 15:38:58 +08:00
parent 962298ea98
commit 78a07b2097
3 changed files with 3 additions and 3 deletions

View File

@ -203,7 +203,7 @@ const triggers = [
{
name: '当pay的状态发生变化时修改相应的order的状态或者account的状态同时尝试向订阅者推送',
entity: 'pay',
action: ['startPaying', 'succeedPaying', 'startClosing', 'succeedClosing', 'startRefunding',
action: ['startPaying', 'succeedPaying', 'continuePaying', 'startClosing', 'succeedClosing', 'startRefunding',
'refundAll', 'refundPartially'],
when: 'after',
fn: async ({ operation }, context, option) => {

View File

@ -206,7 +206,7 @@ const triggers = [
{
name: '当pay的状态发生变化时修改相应的order的状态或者account的状态同时尝试向订阅者推送',
entity: 'pay',
action: ['startPaying', 'succeedPaying', 'startClosing', 'succeedClosing', 'startRefunding',
action: ['startPaying', 'succeedPaying', 'continuePaying', 'startClosing', 'succeedClosing', 'startRefunding',
'refundAll', 'refundPartially'],
when: 'after',
fn: async ({ operation }, context, option) => {

View File

@ -219,7 +219,7 @@ const triggers: Trigger<EntityDict, 'pay', BRC>[] = [
{
name: '当pay的状态发生变化时修改相应的order的状态或者account的状态同时尝试向订阅者推送',
entity: 'pay',
action: ['startPaying', 'succeedPaying', 'startClosing', 'succeedClosing', 'startRefunding',
action: ['startPaying', 'succeedPaying', 'continuePaying', 'startClosing', 'succeedClosing', 'startRefunding',
'refundAll', 'refundPartially'],
when: 'after',
fn: async ({ operation }, context, option) => {