commit 1b0b2cca079247ebfe6235de0c230bac47604b1a
parent 95ea6c3317534dc76c2f38c9d67d362fb7553d0e
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date: Wed, 2 Oct 2019 12:31:04 +0200
fix field name
Diffstat:
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git 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
+)