summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-04-04 15:52:07 +0200
committerChristian Grothoff <christian@grothoff.org>2020-04-04 15:52:07 +0200
commit3c61e8385ca4822cf1d39ec021237fc213a526f1 (patch)
tree2bca815c98d0e9dc37a57583a6806602a2857284 /src/lib
parentd17e571f782a6c9c178f8aa6232524af867eb1cb (diff)
downloadmerchant-3c61e8385ca4822cf1d39ec021237fc213a526f1.tar.gz
merchant-3c61e8385ca4822cf1d39ec021237fc213a526f1.tar.bz2
merchant-3c61e8385ca4822cf1d39ec021237fc213a526f1.zip
improve error handling, use configuration option names as per latest docs
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/test_merchant_api.conf7
-rw-r--r--src/lib/test_merchant_api_twisted.conf4
2 files changed, 6 insertions, 5 deletions
diff --git a/src/lib/test_merchant_api.conf b/src/lib/test_merchant_api.conf
index cb0d25ed..2bab1ece 100644
--- a/src/lib/test_merchant_api.conf
+++ b/src/lib/test_merchant_api.conf
@@ -118,9 +118,10 @@ ACTIVE_nulltip = YES
# Sections starting with "merchant-exchange-" specify trusted exchanges
# (by the merchant)
-[merchant-exchange-kudos]
-MASTER_KEY = 98NJW3CQHZQGQXTY3K85K531XKPAPAVV4Q5V8PYYRR00NJGZWNVG
-BASE_URL = http://localhost:8081/
+[merchant-exchange-test]
+MASTER_KEY = T1VVFQZZARQ1CMF4BN58EE7SKTW5AV2BS18S87ZEGYS4S29J6DNG
+EXCHANGE_BASE_URL = http://localhost:8081/
+CURRENCY = EUR
# only fixes skips.
[auditor]
diff --git a/src/lib/test_merchant_api_twisted.conf b/src/lib/test_merchant_api_twisted.conf
index e00c44ee..5cc28b48 100644
--- a/src/lib/test_merchant_api_twisted.conf
+++ b/src/lib/test_merchant_api_twisted.conf
@@ -1,9 +1,9 @@
# This file is in the public domain.
@INLINE@ test_merchant_api.conf
-[merchant-exchange-kudos]
+[merchant-exchange-test]
# must target the twister's http port.
-BASE_URL = http://localhost:8888/
+EXCHANGE_BASE_URL = http://localhost:8888/
[exchange]
BASE_URL = http://localhost:8888/