From 9cd1062f1bd608b3f5b6910983b339401a227452 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 18 Nov 2020 17:33:02 +0100 Subject: towards a nicer transaction history --- packages/taler-wallet-core/src/operations/transactions.ts | 1 + packages/taler-wallet-core/src/types/transactions.ts | 2 ++ 2 files changed, 3 insertions(+) (limited to 'packages/taler-wallet-core/src') diff --git a/packages/taler-wallet-core/src/operations/transactions.ts b/packages/taler-wallet-core/src/operations/transactions.ts index 4f318faba..e4cbdd8c3 100644 --- a/packages/taler-wallet-core/src/operations/transactions.ts +++ b/packages/taler-wallet-core/src/operations/transactions.ts @@ -332,6 +332,7 @@ export async function getTransactions( TransactionType.Tip, tipRecord.walletTipId, ), + merchantBaseUrl: tipRecord.merchantBaseUrl, error: tipRecord.lastError, }); }); diff --git a/packages/taler-wallet-core/src/types/transactions.ts b/packages/taler-wallet-core/src/types/transactions.ts index b9d18944a..0a683f298 100644 --- a/packages/taler-wallet-core/src/types/transactions.ts +++ b/packages/taler-wallet-core/src/types/transactions.ts @@ -288,6 +288,8 @@ interface TransactionTip extends TransactionCommon { // Amount will be (or was) added to the wallet's balance after fees and refreshing amountEffective: AmountString; + + merchantBaseUrl: string; } // A transaction shown for refreshes that are not associated to other transactions -- cgit v1.2.3