summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/types
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-09-09 02:22:22 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-09-09 02:22:22 +0530
commit7d9c98a90c016046cfba5b0c6616dbc35939dfab (patch)
tree977901071681adc6650180c2672d23a8bf26a336 /packages/taler-wallet-core/src/types
parent67df550b4f6d67f8de346985df26133dc8da5c05 (diff)
downloadwallet-core-7d9c98a90c016046cfba5b0c6616dbc35939dfab.tar.gz
wallet-core-7d9c98a90c016046cfba5b0c6616dbc35939dfab.tar.bz2
wallet-core-7d9c98a90c016046cfba5b0c6616dbc35939dfab.zip
include proposal ID, to allow aborting
Diffstat (limited to 'packages/taler-wallet-core/src/types')
-rw-r--r--packages/taler-wallet-core/src/types/transactions.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/taler-wallet-core/src/types/transactions.ts b/packages/taler-wallet-core/src/types/transactions.ts
index 21d7ee181..b9d18944a 100644
--- a/packages/taler-wallet-core/src/types/transactions.ts
+++ b/packages/taler-wallet-core/src/types/transactions.ts
@@ -196,6 +196,11 @@ export interface TransactionPayment extends TransactionCommon {
info: OrderShortInfo;
/**
+ * Wallet-internal end-to-end identifier for the payment.
+ */
+ proposalId: string;
+
+ /**
* How far did the wallet get with processing the payment?
*/
status: PaymentStatus;