gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: include IBAN in balance response


From: gnunet
Subject: [libeufin] branch master updated: include IBAN in balance response
Date: Wed, 15 Jun 2022 09:35:38 +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 2a0e5d1d include IBAN in balance response
2a0e5d1d is described below

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

    include 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 54e42e39..2147ca57 100644
--- a/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt
+++ b/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt
@@ -1368,6 +1368,7 @@ val sandboxApp: Application.() -> Unit = {
                             bic = bankAccount.bic,
                             receiverName = getPersonNameFromCustomer(username 
?: "admin")
                         )
+                        val iban = bankAccount.iban
                     })
                     return@get
                 }

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