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:31:11 +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 1b0b2cc  fix field name
1b0b2cc is described below

commit 1b0b2cca079247ebfe6235de0c230bac47604b1a
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Oct 2 12:31:04 2019 +0200

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

diff --git a/src/main/kotlin/tech/libeufin/JSON.kt 
b/src/main/kotlin/tech/libeufin/JSON.kt
index 80273e2..e294322 100644
--- a/src/main/kotlin/tech/libeufin/JSON.kt
+++ b/src/main/kotlin/tech/libeufin/JSON.kt
@@ -24,7 +24,7 @@ data class CustomerResponse(
  */
 data class CustomerInfo(
     val name: String,
-    val customerEbicsInfo: CustomerEbicsInfo
+    val ebicsInfo: CustomerEbicsInfo
 )
 
 data class CustomerEbicsInfo(
@@ -78,4 +78,4 @@ data class HiaLetter(
     val enc_mod_length: Int,
     val enc_modulus: String,
     val enc_hash: String
-)
\ 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]