libeufin

Integration and sandbox testing for FinTech APIs and data formats
Log | Files | Refs | Submodules | README | LICENSE

commit f85b0139e15df8ef3a13ff0e28ca9287f2bcc80d
parent aed6728238da85dcfab581f98d28c55c4da7bbf0
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Tue,  5 Nov 2019 23:17:31 +0100

get INI to validate

Diffstat:
Mnexus/src/main/kotlin/Main.kt | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/nexus/src/main/kotlin/Main.kt b/nexus/src/main/kotlin/Main.kt @@ -174,6 +174,7 @@ fun main() { version = "H004" revision = 1 header = EbicsUnsecuredRequest.Header().apply { + authenticate = true static = StaticHeader().apply { orderDetails = OrderDetails().apply { orderAttribute = "DZNNN" @@ -211,8 +212,6 @@ fun main() { } } } - - subscriber!!.ebicsURL } @@ -223,8 +222,8 @@ fun main() { ) return@post } - logger.info("POSTing to ${url}") + logger.info("POSTing to ${url}") val response = client.post<EbicsKeyManagementResponse>( urlString = url, block = {