gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: libeufin tests


From: gnunet
Subject: [taler-wallet-core] branch master updated: libeufin tests
Date: Mon, 24 Apr 2023 17:07:43 +0200

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

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

The following commit(s) were added to refs/heads/master by this push:
     new ab4908325 libeufin tests
ab4908325 is described below

commit ab49083257cba8881995a531eb6029286444b2e4
Author: MS <ms@taler.net>
AuthorDate: Mon Apr 24 17:06:09 2023 +0200

    libeufin tests
    
    Adapting test after API breaking change.
---
 packages/taler-harness/src/harness/libeufin.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/taler-harness/src/harness/libeufin.ts 
b/packages/taler-harness/src/harness/libeufin.ts
index 05ca4d751..001fb613b 100644
--- a/packages/taler-harness/src/harness/libeufin.ts
+++ b/packages/taler-harness/src/harness/libeufin.ts
@@ -899,7 +899,7 @@ export function findNexusPayment(
 ): LibeufinNexusMoneyMovement | void {
   let transactions = payments["transactions"];
   for (let i = 0; i < transactions.length; i++) {
-    let batches = transactions[i]["batches"];
+    let batches = transactions[i]["camtData"]["batches"];
     for (let y = 0; y < batches.length; y++) {
       let movements = batches[y]["batchTransactions"];
       for (let z = 0; z < movements.length; z++) {

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