merchant

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

commit 2d23acc74baa3b77bd70989df7101d99e4a53b05
parent fa30a2cf215b24bab89380cc8640909d31d8ca9a
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Mon, 19 Jan 2026 11:42:41 +0100

-fix formatting in test

Diffstat:
Msrc/testing/test_merchant_instance_auth.sh | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/testing/test_merchant_instance_auth.sh b/src/testing/test_merchant_instance_auth.sh @@ -68,7 +68,7 @@ TOKEN=$(jq -e -r .access_token < $LAST_RESPONSE) echo " OK" >&2 -echo "Setting up bank account..." >&2 +echo -n "Setting up bank account..." >&2 STATUS=$(curl -H "Content-Type: application/json" -X POST \ -H "Authorization: Bearer $TOKEN" \ @@ -155,6 +155,7 @@ fi TOKEN=$(jq -e -r .access_token < $LAST_RESPONSE) echo -n "Making sure merchant KYC data is current ..." >&2 + taler-merchant-kyccheck \ -c "${CONF}" \ -L DEBUG \ @@ -356,7 +357,7 @@ fi echo " OK" >&2 -echo "Creating refreshable login token..." >&2 +echo -n "Creating refreshable login token..." >&2 STATUS=$(curl -H "Content-Type: application/json" -X POST \ -H 'Authorization: Basic '"$BASIC_AUTH2" \