commit 0e0cc5586eef6fbe8827d5b19067bbbf6324f7ba
parent e5321b21a819cafe59250ea5f83185ffc9c33eff
Author: Florian Dold <florian.dold@gmail.com>
Date: Sat, 13 Jun 2020 13:43:26 +0530
pass through type correctly
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nexus/src/main/kotlin/tech/libeufin/nexus/Main.kt b/nexus/src/main/kotlin/tech/libeufin/nexus/Main.kt
@@ -360,7 +360,7 @@ suspend fun fetchTransactionsInternal(
when (res.connectionType) {
"ebics" -> {
fetchEbicsC5x(
- "C53",
+ type,
client,
res.connectionName,
ct.start,