gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: include account's IBAN in balance resp


From: gnunet
Subject: [libeufin] branch master updated: include account's IBAN in balance response
Date: Wed, 15 Jun 2022 09:33:10 +0200

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

ms pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new cc6d933c include account's IBAN in balance response
cc6d933c is described below

commit cc6d933c519b5f767f042931478fbe8eb178ce3b
Author: MS <ms@taler.net>
AuthorDate: Wed Jun 15 09:32:05 2022 +0200

    include account's IBAN in balance response
---
 sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt 
b/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt
index f8d0dd9c..54e42e39 100644
--- a/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt
+++ b/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt
@@ -1538,6 +1538,7 @@ val sandboxApp: Application.() -> Unit = {
                             bic = bankAccount.bic,
                             receiverName = 
getPersonNameFromCustomer(req.username)
                         )
+                        val iban = bankAccount.iban
                     })
                     return@post
                 }

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