gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: match spec with TransactionStatus


From: gnunet
Subject: [libeufin] branch master updated: match spec with TransactionStatus
Date: Fri, 12 Jun 2020 08:54:12 +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 c369935  match spec with TransactionStatus
c369935 is described below

commit c3699356938968f66e462f8b5d1423a2f6084aca
Author: Florian Dold <florian.dold@gmail.com>
AuthorDate: Fri Jun 12 12:23:34 2020 +0530

    match spec with TransactionStatus
---
 nexus/src/main/kotlin/tech/libeufin/nexus/Iso20022.kt | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/nexus/src/main/kotlin/tech/libeufin/nexus/Iso20022.kt 
b/nexus/src/main/kotlin/tech/libeufin/nexus/Iso20022.kt
index 038ce3c..df2a042 100644
--- a/nexus/src/main/kotlin/tech/libeufin/nexus/Iso20022.kt
+++ b/nexus/src/main/kotlin/tech/libeufin/nexus/Iso20022.kt
@@ -33,7 +33,18 @@ enum class CreditDebitIndicator {
 }
 
 enum class TransactionStatus {
-    BOOK, PENDING
+    /**
+     * Booked
+     */
+    BOOK,
+    /**
+     * Pending
+     */
+    PDNG,
+    /**
+     * Informational
+     */
+    INFO,
 }
 
 /**

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