[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-anastasis] branch master updated: -try to fix anastasis test
From: |
gnunet |
Subject: |
[taler-anastasis] branch master updated: -try to fix anastasis test |
Date: |
Fri, 22 Sep 2023 09:39:03 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository anastasis.
The following commit(s) were added to refs/heads/master by this push:
new 76c2302 -try to fix anastasis test
76c2302 is described below
commit 76c2302b66fd07782fe16ded58110c0a2d1f321e
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Sep 22 09:38:58 2023 +0200
-try to fix anastasis test
---
src/cli/test_anastasis_reducer_enter_secret.sh | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/cli/test_anastasis_reducer_enter_secret.sh
b/src/cli/test_anastasis_reducer_enter_secret.sh
index cbd337a..3b25537 100755
--- a/src/cli/test_anastasis_reducer_enter_secret.sh
+++ b/src/cli/test_anastasis_reducer_enter_secret.sh
@@ -17,13 +17,13 @@ then
ACCOUNT="exchange-account-2"
WIRE_METHOD="x-taler-bank"
BANK_FLAGS="-f -d $WIRE_METHOD -u $ACCOUNT"
- BANK_URL="http://localhost:18082/taler-bank-access/"
+ BANK_URL="http://localhost:18082/"
MERCHANT_PAYTO="payto://x-taler-bank/localhost/anastasis?receiver-name=anastasis"
else
ACCOUNT="exchange-account-1"
WIRE_METHOD="iban"
BANK_FLAGS="-ns -d $WIRE_METHOD -u $ACCOUNT"
- BANK_URL="http://localhost:18082/demobanks/default/access-api/"
+ BANK_URL="http://localhost:18082/"
MERCHANT_PAYTO="payto://iban/SANDBOXX/DE648226?receiver-name=anastasis"
fi
@@ -236,7 +236,7 @@ taler-wallet-cli \
"$(jq -n '
{
amount: "TESTKUDOS:40",
- bankAccessApiBaseUrl: $BANK_URL,
+ corebankApiBaseUrl: $BANK_URL,
exchangeBaseUrl: $EXCHANGE_URL
}' \
--arg BANK_URL "${BANK_URL}" \
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [taler-anastasis] branch master updated: -try to fix anastasis test,
gnunet <=