gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: fix receiver-name


From: gnunet
Subject: [libeufin] branch master updated: fix receiver-name
Date: Tue, 14 Mar 2023 15:07:34 +0100

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 98139214 fix receiver-name
98139214 is described below

commit 981392149cbfd6a454182e2be1d296629a9879f6
Author: MS <ms@taler.net>
AuthorDate: Tue Mar 14 15:07:26 2023 +0100

    fix receiver-name
---
 sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt 
b/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt
index 2b4d093a..86b7e3a7 100644
--- a/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt
+++ b/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt
@@ -1445,9 +1445,7 @@ val sandboxApp: Application.() -> Unit = {
                             iban = bankAccount.iban,
                             bic = bankAccount.bic,
                             // username 'null' should only happen when auth is 
disabled.
-                            receiverName = getPersonNameFromCustomer(
-                                username ?: "Not given."
-                            )
+                            receiverName = 
getPersonNameFromCustomer(bankAccount.owner)
                         )
                         val iban = bankAccount.iban
                         // The Elvis operator helps the --no-auth case,

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