gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libeufin] branch master updated: fix field name


From: gnunet
Subject: [GNUnet-SVN] [libeufin] branch master updated: fix field name
Date: Wed, 02 Oct 2019 12:33:06 +0200

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

marcello pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new 01a8028  fix field name
01a8028 is described below

commit 01a80286434f6815fe23a6e13d3e732271b78d9c
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Oct 2 12:33:02 2019 +0200

    fix field name
---
 src/main/kotlin/tech/libeufin/Main.kt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/kotlin/tech/libeufin/Main.kt 
b/src/main/kotlin/tech/libeufin/Main.kt
index ddc8208..3dc1059 100644
--- a/src/main/kotlin/tech/libeufin/Main.kt
+++ b/src/main/kotlin/tech/libeufin/Main.kt
@@ -121,7 +121,7 @@ fun main() {
                     val customer = BankCustomer.findById(id) ?: 
return@transaction null
                     CustomerInfo(
                         customer.name,
-                        customerEbicsInfo = CustomerEbicsInfo(
+                        ebicsInfo = CustomerEbicsInfo(
                             customer.ebicsSubscriber.userId.id.value
                         )
                     )
@@ -219,4 +219,4 @@ fun main() {
         }
     }
     server.start(wait = true)
-}
\ No newline at end of file
+}

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]