gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libeufin] branch master updated: comment


From: gnunet
Subject: [libeufin] branch master updated: comment
Date: Fri, 03 Nov 2023 10:07:29 +0100

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new 45daf994 comment
45daf994 is described below

commit 45daf99497fd453b97d6268b6bf88c883ccfeee5
Author: MS <ms@taler.net>
AuthorDate: Fri Nov 3 10:06:54 2023 +0100

    comment
---
 nexus/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
index 310d3e08..77be0131 100644
--- 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 ->

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]