libeufin

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

commit 45daf99497fd453b97d6268b6bf88c883ccfeee5
parent 6788842c53fc8640ac3b2c2df8e5f674c657e4bf
Author: MS <ms@taler.net>
Date:   Fri,  3 Nov 2023 10:06:54 +0100

comment

Diffstat:
Mnexus/src/main/kotlin/tech/libeufin/nexus/Database.kt | 7++-----
1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/nexus/src/main/kotlin/tech/libeufin/nexus/Database.kt b/nexus/src/main/kotlin/tech/libeufin/nexus/Database.kt @@ -340,13 +340,10 @@ class Database(dbConfig: String): java.io.Closeable { } /** - * Sets the failure message to an initiated payment. This text may - * come soon: as an internal failure at Nexus itself, or as the bank - * HTTP response of POSTing the EBICS document, or later: when asking - * the bank a pain.002 report. + * Sets the failure reason to an initiated payment. * * @param rowId row ID of the record to set. - * @param failureMessage error message from the bank. + * @param failureMessage error associated to this initiated payment. * @return true on success, false if no payment was affected. */ suspend fun initiatedPaymentSetFailureMessage(rowId: Long, failureMessage: String): Boolean = runConn { conn ->