exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit a65d3f1800756e5ca5059b234e899c2c8474f3b4
parent 1f92ba59ded8be11fe3fb8818533c0e5e266fc85
Author: Florian Dold <florian.dold@gmail.com>
Date:   Fri, 17 Jan 2020 03:30:31 +0100

make cherry picking test case pass

Diffstat:
Msrc/lib/test_exchange_api_keys_cherry_picking.conf | 11+++++++++--
Msrc/lib/test_exchange_api_keys_cherry_picking_home/.config/taler/x-taler-bank.json | 5++---
2 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/src/lib/test_exchange_api_keys_cherry_picking.conf b/src/lib/test_exchange_api_keys_cherry_picking.conf @@ -71,10 +71,12 @@ CONFIG = "postgres:///talercheck" WIRE_RESPONSE = ${TALER_CONFIG_HOME}/iban.json # What is the URL of our bank account? Must match WIRE_RESPONSE above! -URL = payto://x-taler-bank/localhost:8080/42 +URL = payto://x-taler-bank/localhost/42 METHOD = "x-taler-bank" +WIRE_GATEWAY_URL = "http://localhost:9082/42/" + [account-2] # This is the response we give out for the /wire request. It provides @@ -82,7 +84,9 @@ METHOD = "x-taler-bank" WIRE_RESPONSE = ${TALER_CONFIG_HOME}/x-taler-bank.json # What is the URL of our bank account? Must match WIRE_RESPONSE above! -URL = payto://x-taler-bank/localhost:8082/2 +URL = payto://x-taler-bank/localhost/2 + +WIRE_GATEWAY_URL = "http://localhost:9082/2/" METHOD = "x-taler-bank" @@ -95,6 +99,9 @@ ENABLE_DEBIT = YES ENABLE_CREDIT = YES +[bank] +HTTP_PORT=8082 + [fees-x-taler-bank] # Fees for the forseeable future... # If you see this after 2017, update to match the next 10 years... diff --git a/src/lib/test_exchange_api_keys_cherry_picking_home/.config/taler/x-taler-bank.json b/src/lib/test_exchange_api_keys_cherry_picking_home/.config/taler/x-taler-bank.json @@ -1,5 +1,4 @@ { - "url": "payto://x-taler-bank/localhost:8082/2", - "master_sig": "2MNAYBN0Q5VEJKFBGH2SRJQSV3QXA81FPXMFF5Y5YQQW1MRTDGJTZX35XHMCZFZ9SN9Q4TQ6MNM8EX7GPPD2MP8Q528A1D8RK7N9J38", - "master_pub": "98NJW3CQHZQGQXTY3K85K531XKPAPAVV4Q5V8PYYRR00NJGZWNVG" + "url": "payto://x-taler-bank/localhost/2", + "master_sig": "HEWC1XDS0QZ53YQR451VRKD4N968NXWGZXS30HJ59MJ0PESACK1ZYPYCAT15P08WD58C7D7F6EVN26D59JKA75XEBDQCM8VYFETK82R" } \ No newline at end of file