gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: Zip CCC request before sending.


From: gnunet
Subject: [libeufin] branch master updated: Zip CCC request before sending.
Date: Thu, 19 Mar 2020 19:14:53 +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 ec932fe  Zip CCC request before sending.
ec932fe is described below

commit ec932fe5a8d38835e81c5b8888e0e96756a12590
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu Mar 19 19:14:40 2020 +0100

    Zip CCC request before sending.
---
 nexus/src/main/kotlin/tech/libeufin/nexus/Main.kt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/nexus/src/main/kotlin/tech/libeufin/nexus/Main.kt 
b/nexus/src/main/kotlin/tech/libeufin/nexus/Main.kt
index 01e67fc..041c91d 100644
--- a/nexus/src/main/kotlin/tech/libeufin/nexus/Main.kt
+++ b/nexus/src/main/kotlin/tech/libeufin/nexus/Main.kt
@@ -569,13 +569,13 @@ fun main() {
                     }.firstOrNull() ?: throw 
NexusError(HttpStatusCode.Accepted, reason = "No ready payments found")
                     Triple(entity.id, createPain001document(entity), 
entity.debtorAccount)
                 }
-                logger.debug("Uploading PAIN.001: ${painDoc}")
+                logger.debug("Uploading PAIN.001 via CCC: ${painDoc}")
                 val subscriberDetails = 
getSubscriberDetailsFromBankAccount(debtorAccount)
                 doEbicsUploadTransaction(
                     client,
                     subscriberDetails,
-                    "CCT",
-                    painDoc.toByteArray(Charsets.UTF_8),
+                    "CCC",
+                    painDoc.toByteArray(Charsets.UTF_8).zip(),
                     EbicsStandardOrderParams()
                 )
                 /* flow here == no errors occurred */

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



reply via email to

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