aboutsummaryrefslogtreecommitdiff
path: root/src/walletTypes.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/walletTypes.ts')
-rw-r--r--src/walletTypes.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/walletTypes.ts b/src/walletTypes.ts
index 407871666..e2be26b03 100644
--- a/src/walletTypes.ts
+++ b/src/walletTypes.ts
@@ -741,6 +741,7 @@ export interface PendingProposalDownloadOperation {
merchantBaseUrl: string;
proposalTimestamp: Timestamp;
proposalId: string;
+ orderId: string;
lastError?: OperationError;
retryInfo: RetryInfo;
}