[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libeufin] 03/04: place fixme
From: |
gnunet |
Subject: |
[libeufin] 03/04: place fixme |
Date: |
Fri, 15 Jan 2021 10:59:58 +0100 |
This is an automated email from the git hooks/post-receive script.
ms pushed a commit to branch master
in repository libeufin.
commit 3d688bbc47a3aa8b360de6ca594d1f3a00f56a4a
Author: MS <ms@taler.net>
AuthorDate: Fri Jan 15 10:58:09 2021 +0100
place fixme
---
util/src/main/kotlin/JSON.kt | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/util/src/main/kotlin/JSON.kt b/util/src/main/kotlin/JSON.kt
index 26b8f53..a2f6c54 100644
--- a/util/src/main/kotlin/JSON.kt
+++ b/util/src/main/kotlin/JSON.kt
@@ -36,8 +36,9 @@ data class RawPayment(
val subject: String,
val date: String? = null,
val uid: String? = null, // FIXME: explain this value.
- val direction: String,
- // the following two values are rather CAMT/PAIN
+ val direction: String, // FIXME: this following value should be restricted
to only DBIT/CRDT.
+
+ // The following two values are rather CAMT/PAIN
// specific, therefore do not need to be returned
// along every API call using this object.
val pmtInfId: String? = null,
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.