libeufin

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

commit 47e5786f6264f0de417ed82e078a4424addc8151
parent 22189194fe14db9d002ba1867423e7156031434d
Author: Antoine A <>
Date:   Fri, 20 Mar 2026 20:59:10 +0100

nexus: BTS order fix

Diffstat:
Mlibeufin-ebics/src/main/kotlin/tech/libeufin/ebics/EbicsBTS.kt | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libeufin-ebics/src/main/kotlin/tech/libeufin/ebics/EbicsBTS.kt b/libeufin-ebics/src/main/kotlin/tech/libeufin/ebics/EbicsBTS.kt @@ -1,6 +1,6 @@ /* * This file is part of LibEuFin. - * Copyright (C) 2024-2025 Taler Systems S.A. + * Copyright (C) 2024, 2025, 2026 Taler Systems S.A. * LibEuFin is free software; you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as @@ -161,7 +161,7 @@ class EbicsBTS( el("AdminOrderType", order.type) el("BTUOrderParams") { service(order) - el("SignatureFlag", "true") + el("SignatureFlag") } } }