gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: Comment.


From: gnunet
Subject: [libeufin] branch master updated: Comment.
Date: Sat, 11 Jan 2020 11:32:54 +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 101d0dc  Comment.
101d0dc is described below

commit 101d0dc31f40123fb3f43c01f33e57a40d52bcbd
Author: Marcello Stanisci <address@hidden>
AuthorDate: Sat Jan 11 11:32:39 2020 +0100

    Comment.
---
 sandbox/src/main/kotlin/tech/libeufin/sandbox/EbicsProtocolBackend.kt | 4 ++++
 1 file changed, 4 insertions(+)

diff --git 
a/sandbox/src/main/kotlin/tech/libeufin/sandbox/EbicsProtocolBackend.kt 
b/sandbox/src/main/kotlin/tech/libeufin/sandbox/EbicsProtocolBackend.kt
index f497866..3e9b190 100644
--- a/sandbox/src/main/kotlin/tech/libeufin/sandbox/EbicsProtocolBackend.kt
+++ b/sandbox/src/main/kotlin/tech/libeufin/sandbox/EbicsProtocolBackend.kt
@@ -128,6 +128,10 @@ private fun ApplicationCall.handleEbicsC52(header: 
EbicsRequest.Header): ByteArr
         subscriber.bankCustomer.id.value,
         getGregorianDate().toString(),
         getGregorianDate().toString()
+        /* Previous style where dates were fetched from the request:
+        op as EbicsRequest.StandardOrderParams).dateRange?.start.toString(),
+-       op.dateRange?.end.toString()
+         */
     ) { println(it) }
 
     val ret = constructXml(indent = true) {

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]