summaryrefslogtreecommitdiff
path: root/src/auditor
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-06-10 20:16:33 +0200
committerFlorian Dold <florian@dold.me>2021-06-10 20:22:53 +0200
commitfa330ca12a3f660dbcb20de681043d79efd6ffb5 (patch)
tree6e4eafe5287e64f25a6e39b3903dab483d47e6ab /src/auditor
parentdadb96c9baa1ceb31c4afa5e1a1dee67f4edab17 (diff)
downloadexchange-fa330ca12a3f660dbcb20de681043d79efd6ffb5.tar.gz
exchange-fa330ca12a3f660dbcb20de681043d79efd6ffb5.tar.bz2
exchange-fa330ca12a3f660dbcb20de681043d79efd6ffb5.zip
add merchant auth in auditor test
Diffstat (limited to 'src/auditor')
-rwxr-xr-xsrc/auditor/generate-auditor-basedb.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/auditor/generate-auditor-basedb.sh b/src/auditor/generate-auditor-basedb.sh
index b134b908d..f53612ab7 100755
--- a/src/auditor/generate-auditor-basedb.sh
+++ b/src/auditor/generate-auditor-basedb.sh
@@ -197,7 +197,7 @@ echo " DONE"
echo -n "Setting up merchant"
-curl -H "Content-Type: application/json" -X POST -d '{"payto_uris":["payto://x-taler-bank/localhost/43"],"id":"default","name":"default","address":{},"jurisdiction":{},"default_max_wire_fee":"TESTKUDOS:1", "default_max_deposit_fee":"TESTKUDOS:1","default_wire_fee_amortization":1,"default_wire_transfer_delay":{"d_ms" : 3600000},"default_pay_delay":{"d_ms": 3600000}}' http://localhost:9966/private/instances
+curl -H "Content-Type: application/json" -X POST -d '{"auth":{"method":"external"},"payto_uris":["payto://x-taler-bank/localhost/43"],"id":"default","name":"default","address":{},"jurisdiction":{},"default_max_wire_fee":"TESTKUDOS:1", "default_max_deposit_fee":"TESTKUDOS:1","default_wire_fee_amortization":1,"default_wire_transfer_delay":{"d_ms" : 3600000},"default_pay_delay":{"d_ms": 3600000}}' http://localhost:9966/private/instances
echo " DONE"