gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: fixme


From: gnunet
Subject: [libeufin] branch master updated: fixme
Date: Tue, 28 Nov 2023 09:00:56 +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 133c53fa fixme
133c53fa is described below

commit 133c53fa27edfef038b743322d553e55837e0525
Author: MS <ms@taler.net>
AuthorDate: Tue Nov 28 09:00:21 2023 +0100

    fixme
---
 nexus/src/main/kotlin/tech/libeufin/nexus/Iso20022.kt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/nexus/src/main/kotlin/tech/libeufin/nexus/Iso20022.kt 
b/nexus/src/main/kotlin/tech/libeufin/nexus/Iso20022.kt
index 032e3ae0..b14ecee9 100644
--- a/nexus/src/main/kotlin/tech/libeufin/nexus/Iso20022.kt
+++ b/nexus/src/main/kotlin/tech/libeufin/nexus/Iso20022.kt
@@ -231,6 +231,9 @@ fun parseIncomingTxNotif(
         }
         val amount: TalerAmount = requireUniqueChildNamed("Amt") {
             val currency = focusElement.getAttribute("Ccy")
+            /**
+             * FIXME: test by sending non-CHF to PoFi and see which currency 
gets here.
+             */
             if (currency != acceptedCurrency) throw Exception("Currency 
$currency not supported")
             getTalerAmount(focusElement.textContent, currency)
         }

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