aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/operations/pay-peer-push-debit.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-12-11 10:40:13 +0100
committerFlorian Dold <florian@dold.me>2023-12-11 10:40:13 +0100
commit3c2e2aeba979dbafaed6c4ed749175da0ef93426 (patch)
treedc7b66e6f203eaa2e7453a87a9863be3ef3a012b /packages/taler-wallet-core/src/operations/pay-peer-push-debit.ts
parented05a19bb477f331f3b0933cd1daf7b3eed4bce2 (diff)
downloadwallet-core-3c2e2aeba979dbafaed6c4ed749175da0ef93426.tar.xz
wallet-core: add exchangeBaseUrl to the checkPeerPushDebit response
Diffstat (limited to 'packages/taler-wallet-core/src/operations/pay-peer-push-debit.ts')
-rw-r--r--packages/taler-wallet-core/src/operations/pay-peer-push-debit.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/taler-wallet-core/src/operations/pay-peer-push-debit.ts b/packages/taler-wallet-core/src/operations/pay-peer-push-debit.ts
index 6cbd6bf47..0608ec763 100644
--- a/packages/taler-wallet-core/src/operations/pay-peer-push-debit.ts
+++ b/packages/taler-wallet-core/src/operations/pay-peer-push-debit.ts
@@ -103,6 +103,7 @@ export async function checkPeerPushDebit(
coinSelRes.result.coins,
);
return {
+ exchangeBaseUrl: coinSelRes.result.exchangeBaseUrl,
amountEffective: Amounts.stringify(totalAmount),
amountRaw: req.amount,
};