gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: set payment submission date


From: gnunet
Subject: [libeufin] branch master updated: set payment submission date
Date: Fri, 17 Jul 2020 16:50:36 +0200

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new 897294b  set payment submission date
897294b is described below

commit 897294bb0c40e95cb5fb25e514afb4bf027e30ef
Author: MS <ms@taler.net>
AuthorDate: Fri Jul 17 16:50:32 2020 +0200

    set payment submission date
---
 nexus/src/main/kotlin/tech/libeufin/nexus/ebics/EbicsNexus.kt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/nexus/src/main/kotlin/tech/libeufin/nexus/ebics/EbicsNexus.kt 
b/nexus/src/main/kotlin/tech/libeufin/nexus/ebics/EbicsNexus.kt
index 3a9bbb8..d4d160f 100644
--- a/nexus/src/main/kotlin/tech/libeufin/nexus/ebics/EbicsNexus.kt
+++ b/nexus/src/main/kotlin/tech/libeufin/nexus/ebics/EbicsNexus.kt
@@ -780,6 +780,7 @@ suspend fun submitEbicsPaymentInitiation(httpClient: 
HttpClient, paymentInitiati
         val paymentInitiation = 
PaymentInitiationEntity.findById(paymentInitiationId)
             ?: throw NexusError(HttpStatusCode.NotFound, "payment initiation 
not found")
         paymentInitiation.submitted = true
+        paymentInitiation.submissionDate = LocalDateTime.now().millis()
     }
 }
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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