merchant

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

commit 7e1981f355f0ef3d3068f0e011c1973f10e0fd45
parent 71c177321d3a526d6481fec00a67d4ef2f90646e
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri,  3 Mar 2017 19:23:26 +0100

changing wire plugin specification from [exchange]WIREFORMAT to [exchange-wire-PLUGIN]enable=YES/NO

Diffstat:
Msrc/lib/test_merchant_api.conf | 10+++++++---
1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/src/lib/test_merchant_api.conf b/src/lib/test_merchant_api.conf @@ -30,7 +30,7 @@ EDATE = 3 week # Which plugin (backend) do we use for the DB. DB = postgres -# Which wireformat do we use? +# Wire format supported by the merchant. WIREFORMAT = test # This option is a list of instances which are to be used @@ -39,6 +39,10 @@ WIREFORMAT = test # section like X-wireformat and merchant-instance-X INSTANCES = tor default +[exchange-wire-test] +# Enable 'test' for testing of the actual coin operations. +ENABLE = YES + [merchant-exchange-test] URI = http://localhost:8081/ MASTER_KEY = 98NJW3CQHZQGQXTY3K85K531XKPAPAVV4Q5V8PYYRR00NJGZWNVG @@ -89,10 +93,10 @@ ADDRESS = "Garching" [exchange] # How to access our database DB = postgres + # HTTP port the exchange listens to PORT = 8081 -# Wire format supported by the exchange -WIREFORMAT = test + # Our public key MASTER_PUBLIC_KEY = T1VVFQZZARQ1CMF4BN58EE7SKTW5AV2BS18S87ZEGYS4S29J6DNG