gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] 02/03: include proposal ID, to allow aborting


From: gnunet
Subject: [taler-wallet-core] 02/03: include proposal ID, to allow aborting
Date: Tue, 08 Sep 2020 22:58:09 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository wallet-core.

commit 7d9c98a90c016046cfba5b0c6616dbc35939dfab
Author: Florian Dold <florian.dold@gmail.com>
AuthorDate: Wed Sep 9 02:22:22 2020 +0530

    include proposal ID, to allow aborting
---
 packages/taler-wallet-core/src/operations/transactions.ts | 1 +
 packages/taler-wallet-core/src/types/transactions.ts      | 5 +++++
 2 files changed, 6 insertions(+)

diff --git a/packages/taler-wallet-core/src/operations/transactions.ts 
b/packages/taler-wallet-core/src/operations/transactions.ts
index 87236d5a..4f318fab 100644
--- a/packages/taler-wallet-core/src/operations/transactions.ts
+++ b/packages/taler-wallet-core/src/operations/transactions.ts
@@ -248,6 +248,7 @@ export async function getTransactions(
             pr.abortStatus === AbortStatus.None,
           timestamp: pr.timestampAccept,
           transactionId: paymentTransactionId,
+          proposalId: pr.proposalId,
           info: info,
           ...(err ? { error: err } : {}),
         });
diff --git a/packages/taler-wallet-core/src/types/transactions.ts 
b/packages/taler-wallet-core/src/types/transactions.ts
index 21d7ee18..b9d18944 100644
--- a/packages/taler-wallet-core/src/types/transactions.ts
+++ b/packages/taler-wallet-core/src/types/transactions.ts
@@ -195,6 +195,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?
    */

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]