aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-util/src/transactionsTypes.ts
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2022-08-08 13:51:06 -0300
committerSebastian <sebasjm@gmail.com>2022-08-08 13:51:17 -0300
commit88bdcae030ae845f412957f6455e44b009b490e2 (patch)
tree5f1fb0f1b922ca0fd012bb28bbd95d82f91d28fb /packages/taler-util/src/transactionsTypes.ts
parent614a3e3c8702bb7436398acb911880caae0fdee7 (diff)
downloadwallet-core-88bdcae030ae845f412957f6455e44b009b490e2.tar.xz
add request for getting details about contract terms
Diffstat (limited to 'packages/taler-util/src/transactionsTypes.ts')
-rw-r--r--packages/taler-util/src/transactionsTypes.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/taler-util/src/transactionsTypes.ts b/packages/taler-util/src/transactionsTypes.ts
index f7383f902..645f0120b 100644
--- a/packages/taler-util/src/transactionsTypes.ts
+++ b/packages/taler-util/src/transactionsTypes.ts
@@ -344,6 +344,11 @@ export interface TransactionTip extends TransactionCommon {
// Raw amount of the tip, without extra fees that apply
amountRaw: AmountString;
+ /**
+ * More information about the merchant
+ */
+ // merchant: MerchantInfo;
+
// Amount will be (or was) added to the wallet's balance after fees and refreshing
amountEffective: AmountString;