summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/types
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/src/types
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/src/types')
-rw-r--r--packages/taler-wallet-core/src/types/transactions.ts2
1 files changed, 2 insertions, 0 deletions
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