gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: Avoid date range for CRZ, for simplici


From: gnunet
Subject: [libeufin] branch master updated: Avoid date range for CRZ, for simplicity.
Date: Mon, 16 Mar 2020 19:23:21 +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 9638a49  Avoid date range for CRZ, for simplicity.
9638a49 is described below

commit 9638a496f1e0db6077e8b6ef7a38d7343f6f2dfe
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Mar 16 19:22:30 2020 +0100

    Avoid date range for CRZ, for simplicity.
---
 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 07bbe30..d774367 100644
--- a/nexus/src/main/kotlin/tech/libeufin/nexus/Main.kt
+++ b/nexus/src/main/kotlin/tech/libeufin/nexus/Main.kt
@@ -552,7 +552,7 @@ fun main() {
                     client,
                     subscriberData,
                     "CRZ",
-                    EbicsStandardOrderParams(EbicsDateRange(start = 
LocalDate.parse("2020-03-02"), end = LocalDate.now()))
+                    EbicsStandardOrderParams()
                 )
                 when (response) {
                     is EbicsDownloadSuccessResult ->

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



reply via email to

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