aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-12-06 17:38:49 +0100
committerFlorian Dold <florian@dold.me>2023-12-06 17:38:49 +0100
commita7ec09cd8e0d6cf80d2f714c9310d58f19673541 (patch)
treee5d0a422135dee5c622c7f3f87bb0a9a28a943ac /packages/taler-wallet-core
parent42b4ce49a39536500f6ae19590e2171a769fed98 (diff)
downloadwallet-core-a7ec09cd8e0d6cf80d2f714c9310d58f19673541.tar.xz
wallet-core: return exchange base URL in PreparePeerPushCreditResponse
Diffstat (limited to 'packages/taler-wallet-core')
-rw-r--r--packages/taler-wallet-core/src/operations/pay-peer-push-credit.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/taler-wallet-core/src/operations/pay-peer-push-credit.ts b/packages/taler-wallet-core/src/operations/pay-peer-push-credit.ts
index 38328171d..690edf2e7 100644
--- a/packages/taler-wallet-core/src/operations/pay-peer-push-credit.ts
+++ b/packages/taler-wallet-core/src/operations/pay-peer-push-credit.ts
@@ -135,6 +135,7 @@ export async function preparePeerPushCredit(
tag: TransactionType.PeerPushCredit,
peerPushCreditId: existing.existingPushInc.peerPushCreditId,
}),
+ exchangeBaseUrl: existing.existingPushInc.exchangeBaseUrl,
};
}
@@ -229,6 +230,7 @@ export async function preparePeerPushCredit(
tag: TransactionType.PeerPushCredit,
peerPushCreditId,
}),
+ exchangeBaseUrl,
};
}