diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-01-26 17:40:15 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-01-26 17:40:15 +0100 |
commit | d66d370223c8a9db19b6b17f8464bf9a5505a426 (patch) | |
tree | 8c0989b0e83bb08dad8bfc7dcfc6b28bac0c41ed | |
parent | f210747d00e22daaff56a3c069c04ec6b307977a (diff) | |
download | anastasis-d66d370223c8a9db19b6b17f8464bf9a5505a426.tar.gz anastasis-d66d370223c8a9db19b6b17f8464bf9a5505a426.zip |
-fix iban/x-taler-bank missmatch
-rwxr-xr-x | src/cli/test_anastasis_reducer_enter_secret.sh | 2 | ||||
-rwxr-xr-x | src/cli/test_anastasis_reducer_recovery_enter_user_attributes.sh | 7 |
2 files changed, 4 insertions, 5 deletions
diff --git a/src/cli/test_anastasis_reducer_enter_secret.sh b/src/cli/test_anastasis_reducer_enter_secret.sh index 36a764d..a10ef2e 100755 --- a/src/cli/test_anastasis_reducer_enter_secret.sh +++ b/src/cli/test_anastasis_reducer_enter_secret.sh | |||
@@ -291,7 +291,7 @@ echo "OK" | |||
291 | echo -n "Configuring merchant instance ..." | 291 | echo -n "Configuring merchant instance ..." |
292 | # Setup merchant | 292 | # Setup merchant |
293 | 293 | ||
294 | 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_us" : 3600000000},"default_pay_delay":{"d_us": 3600000000}}' http://localhost:9966/management/instances | 294 | curl -H "Content-Type: application/json" -X POST -d '{"auth":{"method":"external"},"payto_uris":["payto://iban/SANDBOXX/DE648266?receiver-name=anastasis"],"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_us" : 3600000000},"default_pay_delay":{"d_us": 3600000000}}' http://localhost:9966/management/instances |
295 | 295 | ||
296 | 296 | ||
297 | echo " DONE" | 297 | echo " DONE" |
diff --git a/src/cli/test_anastasis_reducer_recovery_enter_user_attributes.sh b/src/cli/test_anastasis_reducer_recovery_enter_user_attributes.sh index ec28f7a..acb4d3b 100755 --- a/src/cli/test_anastasis_reducer_recovery_enter_user_attributes.sh +++ b/src/cli/test_anastasis_reducer_recovery_enter_user_attributes.sh | |||
@@ -199,8 +199,7 @@ echo " OK" | |||
199 | # Launch services | 199 | # Launch services |
200 | echo -n "Launching taler services ..." | 200 | echo -n "Launching taler services ..." |
201 | rm -f $TALER_DB | 201 | rm -f $TALER_DB |
202 | #taler-bank-manage-testing $NEXUS_PORT $TALER_DB $EXCHANGE_URL $CONF > taler-bank.log 2> taler-bank.err & | 202 | taler-bank-manage-testing $NEXUS_PORT $TALER_DB $EXCHANGE_URL $CONF > taler-bank.log 2> taler-bank.err & |
203 | taler-fakebank-run -c $CONF > taler-bank.log 2> taler-bank.err & | ||
204 | taler-exchange-secmod-eddsa -c $CONF 2> taler-exchange-secmod-eddsa.log & | 203 | taler-exchange-secmod-eddsa -c $CONF 2> taler-exchange-secmod-eddsa.log & |
205 | taler-exchange-secmod-rsa -c $CONF 2> taler-exchange-secmod-rsa.log & | 204 | taler-exchange-secmod-rsa -c $CONF 2> taler-exchange-secmod-rsa.log & |
206 | taler-exchange-secmod-cs -c $CONF 2> taler-exchange-secmod-cs.log & | 205 | taler-exchange-secmod-cs -c $CONF 2> taler-exchange-secmod-cs.log & |
@@ -225,7 +224,7 @@ do | |||
225 | sleep 0.2 | 224 | sleep 0.2 |
226 | OK=0 | 225 | OK=0 |
227 | # bank | 226 | # bank |
228 | wget --tries=1 --timeout=1 http://localhost:8082/ -o /dev/null -O /dev/null >/dev/null || continue | 227 | wget --tries=1 --timeout=1 http://localhost:18082/ -o /dev/null -O /dev/null >/dev/null || continue |
229 | OK=1 | 228 | OK=1 |
230 | break | 229 | break |
231 | done | 230 | done |
@@ -319,7 +318,7 @@ echo "OK" | |||
319 | echo -n "Configuring merchant instance ..." | 318 | echo -n "Configuring merchant instance ..." |
320 | # Setup merchant | 319 | # Setup merchant |
321 | 320 | ||
322 | 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_us" : 3600000000},"default_pay_delay":{"d_us": 3600000000}}' http://localhost:9966/management/instances | 321 | curl -H "Content-Type: application/json" -X POST -d '{"auth":{"method":"external"},"payto_uris":["payto://iban/SANDBOXX/DE648226?receiver-name=anastasis"],"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_us" : 3600000000},"default_pay_delay":{"d_us": 3600000000}}' http://localhost:9966/management/instances |
323 | 322 | ||
324 | 323 | ||
325 | echo " DONE" | 324 | echo " DONE" |