merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit fbc9aadace3d65d02bdd0dce608b0af3b9aab863
parent c959961a22806d2fcb39d34d6a424950e76cc6c6
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu, 12 Jan 2023 15:46:03 +0100

-it is libeufin

Diffstat:
Msrc/testing/initialize_taler_system.sh | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/testing/initialize_taler_system.sh b/src/testing/initialize_taler_system.sh @@ -148,11 +148,11 @@ taler-exchange-httpd --version taler-merchant-httpd --version libeufin-cli --version -# euFin before the exchange, because must set +# Setup libeuFin before the exchange, because we must set # the PAYTO_URI config option (with unguessable IBAN) # before the exchange starts. -echo "Setting up euFin ..." -# reset eufin database +echo "Setting up libeufin ..." +# reset libeufin database rm -f $TALER_DB taler-bank-manage-testing $NEXUS_PORT $TALER_DB $EXCHANGE_URL $CONF echo -n "Setting up exchange ..."