[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-deployment] branch master updated: adapt sandbox check
From: |
gnunet |
Subject: |
[taler-deployment] branch master updated: adapt sandbox check |
Date: |
Tue, 01 Nov 2022 19:01:15 +0100 |
This is an automated email from the git hooks/post-receive script.
ms pushed a commit to branch master
in repository deployment.
The following commit(s) were added to refs/heads/master by this push:
new 9ac065b adapt sandbox check
9ac065b is described below
commit 9ac065b5e08214d42c40ba469aa4ae71997b2d1e
Author: MS <ms@taler.net>
AuthorDate: Tue Nov 1 19:01:06 2022 +0100
adapt sandbox check
---
docker/hybrid/images/merchant/startup.sh | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/docker/hybrid/images/merchant/startup.sh
b/docker/hybrid/images/merchant/startup.sh
index d4bf4ee..67cd29a 100644
--- a/docker/hybrid/images/merchant/startup.sh
+++ b/docker/hybrid/images/merchant/startup.sh
@@ -111,15 +111,15 @@ PAYTO_RESERVE=$(
--wire-method iban
)
-SANDBOX_URL="http://bank:15000/demobanks/default/"
+SANDBOX_URL="http://bank:15000/demobanks/default"
is_serving "${SANDBOX_URL}/integration-api/config"
SURVEY_USERNAME=`taler-config -c /config/deployment.conf -s taler-deployment
-o survey-sandbox-username`
export LIBEUFIN_SANDBOX_USERNAME=${SURVEY_USERNAME}
export LIBEUFIN_SANDBOX_PASSWORD=`taler-config -c /config/deployment.conf -s
taler-deployment -o survey-sandbox-password`
# Check/wait that the Survey site got its bank account.
-is_serving "${SANDBOX_URL}${SURVEY_USERNAME}"
+is_serving "${SANDBOX_URL}/access-api/accounts/${SURVEY_USERNAME}"
libeufin-cli sandbox \
- --sandbox-url ${SANDBOX_URL}\
+ --sandbox-url ${SANDBOX_URL} \
demobank new-transaction --bank-account ${LIBEUFIN_SANDBOX_USERNAME} \
--payto-with-subject ${PAYTO_RESERVE} --amount 20
unset LIBEUFIN_SANDBOX_USERNAME
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.