[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-merchant] branch master updated: wirewatch testing: fix wallet in
From: |
gnunet |
Subject: |
[taler-merchant] branch master updated: wirewatch testing: fix wallet invocation |
Date: |
Sun, 16 Apr 2023 11:54:15 +0200 |
This is an automated email from the git hooks/post-receive script.
ms pushed a commit to branch master
in repository merchant.
The following commit(s) were added to refs/heads/master by this push:
new 593ff834 wirewatch testing: fix wallet invocation
593ff834 is described below
commit 593ff83461c58ef626f27a15614a42c995182254
Author: MS <ms@taler.net>
AuthorDate: Sun Apr 16 11:54:08 2023 +0200
wirewatch testing: fix wallet invocation
---
src/testing/test_merchant_wirewatch.sh | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/testing/test_merchant_wirewatch.sh
b/src/testing/test_merchant_wirewatch.sh
index b6cadc1b..9c683901 100755
--- a/src/testing/test_merchant_wirewatch.sh
+++ b/src/testing/test_merchant_wirewatch.sh
@@ -133,9 +133,11 @@ taler-wallet-cli \
{
amount: "TESTKUDOS:99",
bankBaseUrl: $BANK_URL,
+ bankAccessApiBaseUrl: $BANK_ACCESS_API_URL,
exchangeBaseUrl: $EXCHANGE_URL
}' \
--arg BANK_URL "$BANK_URL/access-api/" \
+ --arg BANK_ACCESS_API_URL "$BANK_URL/access-api/" \
--arg EXCHANGE_URL "$EXCHANGE_URL"
)" 2>wallet-withdraw-1.err >wallet-withdraw-1.out
taler-wallet-cli \
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-merchant] branch master updated: wirewatch testing: fix wallet invocation,
gnunet <=