[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-anastasis-gtk] branch master updated: adapt to latest API changes
From: |
gnunet |
Subject: |
[taler-anastasis-gtk] branch master updated: adapt to latest API changes |
Date: |
Fri, 01 Sep 2023 15:21:44 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository anastasis-gtk.
The following commit(s) were added to refs/heads/master by this push:
new 69b6aea adapt to latest API changes
69b6aea is described below
commit 69b6aea2e800ff9ca0972495c1d5571a4266995b
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Fri Sep 1 15:21:40 2023 +0200
adapt to latest API changes
---
src/testing/test_prepare.sh | 4 +++-
src/testing/test_reducer.conf | 1 +
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/src/testing/test_prepare.sh b/src/testing/test_prepare.sh
index c45ce2e..5293037 100755
--- a/src/testing/test_prepare.sh
+++ b/src/testing/test_prepare.sh
@@ -518,8 +518,10 @@ then
echo -n "Configuring merchant instance ..."
# Setup merchant
- 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
+ curl -H "Content-Type: application/json" -X POST -d
'{"auth":{"method":"external"},"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
'{"payto_uri":"payto://x-taler-bank/localhost/43"}'
http://localhost:9966/private/accounts
+
echo " OK"
echo -n "Preparing wallet"
diff --git a/src/testing/test_reducer.conf b/src/testing/test_reducer.conf
index 85d57c9..d3503f7 100644
--- a/src/testing/test_reducer.conf
+++ b/src/testing/test_reducer.conf
@@ -47,6 +47,7 @@ KEYDIR = ${TALER_DATA_HOME}/exchange/live-keys/
REVOCATION_DIR = ${TALER_DATA_HOME}/exchange/revocations/
TERMS_ETAG = 0
PRIVACY_ETAG = 0
+STEFAN_ABS = "TESTKUDOS:5"
[merchant]
SERVE = tcp
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-anastasis-gtk] branch master updated: adapt to latest API changes,
gnunet <=