libeufin tests
Adapting test after API breaking change.
This commit is contained in:
parent
d61471544c
commit
ab49083257
@ -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++) {
|
||||
|
Loading…
Reference in New Issue
Block a user