summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2020-11-18 17:33:02 +0100
committerFlorian Dold <florian@dold.me>2020-11-18 17:33:02 +0100
commit9cd1062f1bd608b3f5b6910983b339401a227452 (patch)
tree2d3769985545e5f31f2cd54bcef211afa8007edd /packages/taler-wallet-core
parentd6409f185d332f6ade298f143cdb7803391f4b0b (diff)
downloadwallet-core-9cd1062f1bd608b3f5b6910983b339401a227452.tar.gz
wallet-core-9cd1062f1bd608b3f5b6910983b339401a227452.tar.bz2
wallet-core-9cd1062f1bd608b3f5b6910983b339401a227452.zip
towards a nicer transaction history
Diffstat (limited to 'packages/taler-wallet-core')
-rw-r--r--packages/taler-wallet-core/src/operations/transactions.ts1
-rw-r--r--packages/taler-wallet-core/src/types/transactions.ts2
2 files changed, 3 insertions, 0 deletions
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