gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: fix not compile


From: gnunet
Subject: [taler-wallet-core] branch master updated: fix not compile
Date: Thu, 16 Nov 2023 13:20:01 +0100

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

sebasjm pushed a commit to branch master
in repository wallet-core.

The following commit(s) were added to refs/heads/master by this push:
     new c89c2ba5f fix not compile
c89c2ba5f is described below

commit c89c2ba5f907291a326fa597d06f3965e60caa0e
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Thu Nov 16 09:19:55 2023 -0300

    fix not compile
---
 packages/taler-wallet-core/src/operations/testing.ts | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/packages/taler-wallet-core/src/operations/testing.ts 
b/packages/taler-wallet-core/src/operations/testing.ts
index 62766556c..904403dd5 100644
--- a/packages/taler-wallet-core/src/operations/testing.ts
+++ b/packages/taler-wallet-core/src/operations/testing.ts
@@ -38,7 +38,9 @@ import {
   Logger,
   NotificationType,
   PreparePayResultType,
+  stringifyTalerUri,
   TalerCorebankApiClient,
+  TalerUriAction,
   TestPayArgs,
   TestPayResult,
   TransactionMajorState,
@@ -678,9 +680,14 @@ export async function runIntegrationTest2(
   });
 
   await waitUntilTransactionPendingReady(ws, peerPushInit.transactionId);
+  const talerUri = stringifyTalerUri({
+    type: TalerUriAction.PayPush,
+    exchangeBaseUrl: peerPushInit.exchangeBaseUrl,
+    contractPriv: peerPushInit.contractPriv,
+  })
 
   const peerPushCredit = await preparePeerPushCredit(ws, {
-    talerUri: peerPushInit.talerUri,
+    talerUri,
   });
 
   await confirmPeerPushCredit(ws, {

-- 
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]