gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: fix switched around currency


From: gnunet
Subject: [libeufin] branch master updated: fix switched around currency
Date: Thu, 18 Jun 2020 19:36:06 +0200

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

dold pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new a40a284  fix switched around currency
a40a284 is described below

commit a40a2847e2b23ced35e50860300f3c7be2dfc1c3
Author: Florian Dold <florian.dold@gmail.com>
AuthorDate: Thu Jun 18 23:05:55 2020 +0530

    fix switched around currency
---
 nexus/src/main/kotlin/tech/libeufin/nexus/Main.kt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nexus/src/main/kotlin/tech/libeufin/nexus/Main.kt 
b/nexus/src/main/kotlin/tech/libeufin/nexus/Main.kt
index 9b09d48..9851c3a 100644
--- a/nexus/src/main/kotlin/tech/libeufin/nexus/Main.kt
+++ b/nexus/src/main/kotlin/tech/libeufin/nexus/Main.kt
@@ -577,7 +577,7 @@ fun serverMain(dbName: String) {
                         creditorName = res.preparedPayment.creditorName,
                         creditorBic = res.preparedPayment.creditorBic,
                         creditorIban = res.preparedPayment.creditorIban,
-                        amount = 
"${res.preparedPayment.sum}:${res.preparedPayment.currency}",
+                        amount = 
"${res.preparedPayment.currency}:${res.preparedPayment.sum}",
                         subject = res.preparedPayment.subject,
                         submissionDate = if (sd != null) {
                             importDateFromMillis(sd).toDashedDate()

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