commit bee22bf839346af0e7c7d9834e1b7a4efef0ca04
parent 464f489cec0b57d9da38ee2197e3625deb4d01af
Author: Antoine A <>
Date: Tue, 9 Jul 2024 16:23:04 +0200
nexus: postfinance test platform now supports HAC logs over EBICS3
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nexus/src/main/kotlin/tech/libeufin/nexus/ebics/EbicsOrder.kt b/nexus/src/main/kotlin/tech/libeufin/nexus/ebics/EbicsOrder.kt
@@ -44,7 +44,7 @@ enum class Dialect {
return when (this) {
postfinance -> {
// TODO test platform need EBICS2 for HAC, should we use a separate dialect ?
- if (ebics2 || doc == SupportedDocument.PAIN_002_LOGS) {
+ if (ebics2) {
when (doc) {
SupportedDocument.PAIN_002 -> EbicsOrder.V2_5("Z01", "DZHNN")
SupportedDocument.CAMT_052 -> EbicsOrder.V2_5("Z52", "DZHNN")