From b5b8f96cc94e3a3c0ee7d989819197ab5df393cd Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 12 Mar 2020 19:25:38 +0530 Subject: improved error reporting / towards a working recoup --- src/types/pending.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/types/pending.ts') diff --git a/src/types/pending.ts b/src/types/pending.ts index 5d732c520..d9d17a3b9 100644 --- a/src/types/pending.ts +++ b/src/types/pending.ts @@ -204,6 +204,8 @@ export interface PendingRefundApplyOperation { export interface PendingRecoupOperation { type: PendingOperationType.Recoup; recoupGroupId: string; + retryInfo: RetryInfo; + lastError: OperationError | undefined; } /** -- cgit v1.2.3