commit 1073d3521ce93657dd0f4cac02926438c5d117a6
parent 550bb76748e4008bd57fb0e323a553f7f5f3fe49
Author: MS <ms@taler.net>
Date: Thu, 3 Aug 2023 18:40:46 +0200
remove FIXME
Diffstat:
1 file changed, 0 insertions(+), 3 deletions(-)
diff --git a/sandbox/src/main/kotlin/tech/libeufin/sandbox/EbicsProtocolBackend.kt b/sandbox/src/main/kotlin/tech/libeufin/sandbox/EbicsProtocolBackend.kt
@@ -685,9 +685,6 @@ private fun handleCct(
)
return@transaction
}
- /**
- * FIXME: here call wire_transfer(), because it'll set the balances too.
- */
val bankAccount = getBankAccountFromIban(parseResult.debtorIban)
if (parseResult.currency != bankAccount.demoBank.config.currency) throw EbicsRequestError(
"[EBICS_PROCESSING_ERROR] Currency (${parseResult.currency}) not supported.",