[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libeufin] branch master updated: remove unnecessary placeholder
From: |
gnunet |
Subject: |
[libeufin] branch master updated: remove unnecessary placeholder |
Date: |
Mon, 23 Mar 2020 19:56:43 +0100 |
This is an automated email from the git hooks/post-receive script.
marcello pushed a commit to branch master
in repository libeufin.
The following commit(s) were added to refs/heads/master by this push:
new 7896577 remove unnecessary placeholder
7896577 is described below
commit 7896577dc95660bb603c56fecf5b5f07a7aac963
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Mar 23 19:56:32 2020 +0100
remove unnecessary placeholder
---
.../src/main/kotlin/tech/libeufin/sandbox/EbicsProtocolBackend.kt | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git
a/sandbox/src/main/kotlin/tech/libeufin/sandbox/EbicsProtocolBackend.kt
b/sandbox/src/main/kotlin/tech/libeufin/sandbox/EbicsProtocolBackend.kt
index 4d51192..dd60f37 100644
--- a/sandbox/src/main/kotlin/tech/libeufin/sandbox/EbicsProtocolBackend.kt
+++ b/sandbox/src/main/kotlin/tech/libeufin/sandbox/EbicsProtocolBackend.kt
@@ -154,10 +154,7 @@ fun buildCamtString(history:
SizedIterable<BankTransactionEntity>, type: Int): S
}
}
element(if (type == 52) "Rpt" else "Stmt") {
- element("Id") {
- // unique identificator for a report.
- text("id under report")
- }
+ element("Id")
element("ElctrncSeqNb")
element("LglSeqNb")
element("CreDtTm")
--
To stop receiving notification emails like this one, please contact
address@hidden.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [libeufin] branch master updated: remove unnecessary placeholder,
gnunet <=