aboutsummaryrefslogtreecommitdiff
path: root/src/walletTypes.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-12-06 12:47:28 +0100
committerFlorian Dold <florian.dold@gmail.com>2019-12-06 12:47:28 +0100
commitee1fc03ae82f2f4662041af3d4243113e92ffeaf (patch)
treeb01ab0adf1b2d551db3a4f4ee89b41379d945a54 /src/walletTypes.ts
parentb4d36fca180602d6d90440f9ba257b92fc626e6c (diff)
downloadwallet-core-ee1fc03ae82f2f4662041af3d4243113e92ffeaf.tar.xz
case-insensitive URIs
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;
}