libeufin

Integration and sandbox testing for FinTech APIs and data formats
Log | Files | Refs | Submodules | README | LICENSE

commit 638a7b1a008e1ef7ac0f38698199b0523de9b20e
parent 5a874acbcbce6b08550073149408124a33fa7305
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Tue, 18 Feb 2020 23:32:22 +0100

clearer message

Diffstat:
Mnexus/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 @@ -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