[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libeufin] 02/02: remove FIXME
From: |
gnunet |
Subject: |
[libeufin] 02/02: remove FIXME |
Date: |
Thu, 03 Aug 2023 18:41:06 +0200 |
This is an automated email from the git hooks/post-receive script.
ms pushed a commit to branch master
in repository libeufin.
commit 1073d3521ce93657dd0f4cac02926438c5d117a6
Author: MS <ms@taler.net>
AuthorDate: Thu Aug 3 18:40:46 2023 +0200
remove FIXME
---
sandbox/src/main/kotlin/tech/libeufin/sandbox/EbicsProtocolBackend.kt | 3 ---
1 file changed, 3 deletions(-)
diff --git
a/sandbox/src/main/kotlin/tech/libeufin/sandbox/EbicsProtocolBackend.kt
b/sandbox/src/main/kotlin/tech/libeufin/sandbox/EbicsProtocolBackend.kt
index 1bd6aa5e..98564553 100644
--- 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.",
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.