gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: clearer message


From: gnunet
Subject: [libeufin] branch master updated: clearer message
Date: Tue, 18 Feb 2020 23:32:27 +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 638a7b1  clearer message
638a7b1 is described below

commit 638a7b1a008e1ef7ac0f38698199b0523de9b20e
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Feb 18 23:32:22 2020 +0100

    clearer message
---
 nexus/src/main/kotlin/tech/libeufin/nexus/Main.kt | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/nexus/src/main/kotlin/tech/libeufin/nexus/Main.kt 
b/nexus/src/main/kotlin/tech/libeufin/nexus/Main.kt
index 28e921e..167030e 100644
--- a/nexus/src/main/kotlin/tech/libeufin/nexus/Main.kt
+++ b/nexus/src/main/kotlin/tech/libeufin/nexus/Main.kt
@@ -382,11 +382,8 @@ fun main() {
                 val pain001data = call.receive<Pain001Data>()
                 createPain001entry(pain001data, acctid)
 
-                /**
-                 * Payment preparation logic goes here!
-                 */
 
-                call.respond(NexusErrorJson("Work in progress"))
+                call.respond(NexusErrorJson("Payment instructions persisted in 
DB"))
                 return@post
 
                 // FIXME(marcello):  Put transaction in the database, generate 
PAIN.001 document

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



reply via email to

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