gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] branch master updated (93e9c3b6 -> 15eea5da)


From: gnunet
Subject: [taler-wallet-core] branch master updated (93e9c3b6 -> 15eea5da)
Date: Sat, 07 Aug 2021 17:40:46 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a change to branch master
in repository wallet-core.

    from 93e9c3b6 Sandbox: testing balance
     new e9da70b5 construct deposit URL correctly
     new 15eea5da debian: bump version

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog                                      | 6 ++++++
 packages/taler-wallet-core/src/operations/deposits.ts | 2 +-
 packages/taler-wallet-core/src/operations/testing.ts  | 2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5ff53587..e37fc7e1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+taler-wallet-cli (0.0.1-6) unstable; urgency=low
+
+  * Fix deposit tracking.
+
+ -- Florian Dold <dold@taler.net>  Sat, 07 Aug 2021 17:40:08 +0200
+
 taler-wallet-cli (0.0.1-5) unstable; urgency=low
 
   * Performance improvements.
diff --git a/packages/taler-wallet-core/src/operations/deposits.ts 
b/packages/taler-wallet-core/src/operations/deposits.ts
index 39391971..23083221 100644
--- a/packages/taler-wallet-core/src/operations/deposits.ts
+++ b/packages/taler-wallet-core/src/operations/deposits.ts
@@ -294,7 +294,7 @@ export async function trackDepositGroup(
 
   for (const dp of depositPermissions) {
     const url = new URL(
-      
`/deposits/${wireHash}/${depositGroup.merchantPub}/${depositGroup.contractTermsHash}/${dp.coin_pub}`,
+      
`deposits/${wireHash}/${depositGroup.merchantPub}/${depositGroup.contractTermsHash}/${dp.coin_pub}`,
       dp.exchange_url,
     );
     const sig = await ws.cryptoApi.signTrackTransaction({
diff --git a/packages/taler-wallet-core/src/operations/testing.ts 
b/packages/taler-wallet-core/src/operations/testing.ts
index dd7d8c7c..d2071cd5 100644
--- a/packages/taler-wallet-core/src/operations/testing.ts
+++ b/packages/taler-wallet-core/src/operations/testing.ts
@@ -244,7 +244,7 @@ async function checkPayment(
   merchantBackend: MerchantBackendInfo,
   orderId: string,
 ): Promise<CheckPaymentResponse> {
-  const reqUrl = new URL(`/private/orders/${orderId}`, 
merchantBackend.baseUrl);
+  const reqUrl = new URL(`private/orders/${orderId}`, merchantBackend.baseUrl);
   reqUrl.searchParams.set("order_id", orderId);
   const resp = await http.get(reqUrl.href, {
     headers: getMerchantAuthHeader(merchantBackend),

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]