aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/operations/transactions.ts
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2022-08-08 13:53:04 -0300
committerSebastian <sebasjm@gmail.com>2022-08-08 13:53:04 -0300
commit4409d8384b77401489c2a92d3de20f79959ae34a (patch)
tree6483e7cc0a70dbbfcf9b16a7ce43576a4aef2c08 /packages/taler-wallet-core/src/operations/transactions.ts
parent88bdcae030ae845f412957f6455e44b009b490e2 (diff)
downloadwallet-core-4409d8384b77401489c2a92d3de20f79959ae34a.tar.xz
add delivery info in the parse contract terms and a function to get info from a proposalId
Diffstat (limited to 'packages/taler-wallet-core/src/operations/transactions.ts')
-rw-r--r--packages/taler-wallet-core/src/operations/transactions.ts3
1 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 1ac2bd042..ebc223b23 100644
--- a/packages/taler-wallet-core/src/operations/transactions.ts
+++ b/packages/taler-wallet-core/src/operations/transactions.ts
@@ -448,6 +448,9 @@ export async function getTransactions(
tipRecord.walletTipId,
),
merchantBaseUrl: tipRecord.merchantBaseUrl,
+ // merchant: {
+ // name: tipRecord.merchantBaseUrl,
+ // },
error: tipRecord.lastError,
});
});