libeufin

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

commit 2c3bb7c2ae984aada33ca32c88af8af0974eabc4
parent 9a7c1ecc9a31b624b635fd6d11fdd2b7fbbbe613
Author: ms <ms@taler.net>
Date:   Tue, 30 Nov 2021 18:51:11 +0100

mention bounce fee bug number

Diffstat:
Mnexus/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 @@ -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,