summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-04-23 22:41:32 +0200
committerChristian Grothoff <christian@grothoff.org>2023-04-23 22:41:32 +0200
commit96777c7393c6abe0d33b0a83e44eb13d62ac33af (patch)
treeb9742c82e41cc4bc1c83152a7b54b1e12ea78576 /src
parent8e0c2c4ea9b26909f0d6cfdea3eabed4e35497ef (diff)
downloadanastasis-gtk-96777c7393c6abe0d33b0a83e44eb13d62ac33af.tar.gz
anastasis-gtk-96777c7393c6abe0d33b0a83e44eb13d62ac33af.tar.bz2
anastasis-gtk-96777c7393c6abe0d33b0a83e44eb13d62ac33af.zip
update for API change as per #6363
Diffstat (limited to 'src')
-rwxr-xr-xsrc/testing/test_prepare.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/test_prepare.sh b/src/testing/test_prepare.sh
index 202342d..99945ac 100755
--- a/src/testing/test_prepare.sh
+++ b/src/testing/test_prepare.sh
@@ -518,7 +518,7 @@ then
echo -n "Configuring merchant instance ..."
# Setup merchant
- 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/management/instances
+ curl -H "Content-Type: application/json" -X POST -d '{"auth":{"method":"external"},"accounts":[{"payto_uri":"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/management/instances
echo " OK"