make cherry picking test case pass

This commit is contained in:
Florian Dold 2020-01-17 03:30:31 +01:00
parent 1f92ba59de
commit a65d3f1800
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B
2 changed files with 11 additions and 5 deletions

View File

@ -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...

View File

@ -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"
}