gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] 01/01: mention bounce fee bug number


From: gnunet
Subject: [libeufin] 01/01: mention bounce fee bug number
Date: Tue, 30 Nov 2021 18:51:36 +0100

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

ms pushed a commit to branch master
in repository libeufin.

commit 2c3bb7c2ae984aada33ca32c88af8af0974eabc4
Author: ms <ms@taler.net>
AuthorDate: Tue Nov 30 18:51:11 2021 +0100

    mention bounce fee bug number
---
 nexus/src/main/kotlin/tech/libeufin/nexus/Taler.kt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/nexus/src/main/kotlin/tech/libeufin/nexus/Taler.kt 
b/nexus/src/main/kotlin/tech/libeufin/nexus/Taler.kt
index db226e68..60cbe80f 100644
--- a/nexus/src/main/kotlin/tech/libeufin/nexus/Taler.kt
+++ b/nexus/src/main/kotlin/tech/libeufin/nexus/Taler.kt
@@ -348,7 +348,8 @@ fun maybeTalerRefunds(bankAccount: NexusBankAccountEntity, 
lastSeenId: Long) {
                         it[NexusBankTransactionsTable.bankAccount] == 
bankAccount.id,
                 "Cannot refund a _outgoing_ payment!"
             )
-            // FIXME: the amount to refund should be reduced, according to the 
refund fees.
+            // FIXME: the amount to refund should be reduced, according to the 
bounce fee
+            // see bug #7116.
             addPaymentInitiation(
                 Pain001Data(
                     creditorIban = debtorAccount.iban,

-- 
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]