merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit c3b2fba56aa5a72b9e075d9725c746683109be17
parent faaf295dd919b86f0e3ced0c0e786b612894d60e
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri, 21 Jul 2017 22:20:50 +0200

fix configuration to ensure exchange wires immediately

Diffstat:
Msrc/lib/test_merchant_api.conf | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/lib/test_merchant_api.conf b/src/lib/test_merchant_api.conf @@ -21,8 +21,7 @@ PORT = 8082 # How quickly do we want the exchange to send us our money? # Used only if the frontend does not specify a value. -# FIXME: EDATE is a bit short, 'execution_delay'? -EDATE = 3 week +WIRE_TRANSFER_DELAY = 0 s # Which plugin (backend) do we use for the DB. DB = postgres