merchant

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

commit a67b6c930917c793ed2e74e2953fa6df79705318
parent d00a5adc1b3beb45a827d6dcaf406635b08a78aa
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri, 30 Jul 2021 21:07:54 +0200

-fix key initialization

Diffstat:
Msrc/testing/initialize_taler_system.sh | 4++--
Asrc/testing/test_merchant_api_home/.local/share/taler/exchange-offline/master.priv | 2++
Asrc/testing/test_reducer_home/.local/share/taler/exchange-offline/master.priv | 2++
3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/src/testing/initialize_taler_system.sh b/src/testing/initialize_taler_system.sh @@ -66,11 +66,11 @@ DATA_DIR=`taler-config -f -c $CONF -s PATHS -o TALER_HOME` rm -rf $DATA_DIR # obtain key configuration data -MASTER_PRIV_FILE=`taler-config -f -c $CONF -s EXCHANGE -o MASTER_PRIV_FILE` +MASTER_PRIV_FILE=`taler-config -f -c ${CONF} -s "EXCHANGE-OFFLINE" -o "MASTER_PRIV_FILE"` MASTER_PRIV_DIR=`dirname $MASTER_PRIV_FILE` mkdir -p $MASTER_PRIV_DIR gnunet-ecc -g1 $MASTER_PRIV_FILE > /dev/null 2> /dev/null -MASTER_PUB=`gnunet-ecc -p $MASTER_PRIV_FILE` +MASTER_PUB=`gnunet-ecc -p ${MASTER_PRIV_FILE}` EXCHANGE_URL=`taler-config -c $CONF -s EXCHANGE -o BASE_URL` MERCHANT_PORT=`taler-config -c $CONF -s MERCHANT -o PORT` MERCHANT_URL=http://localhost:${MERCHANT_PORT}/ diff --git a/src/testing/test_merchant_api_home/.local/share/taler/exchange-offline/master.priv b/src/testing/test_merchant_api_home/.local/share/taler/exchange-offline/master.priv @@ -0,0 +1 @@ +k;d_U}A.w"!Gv_m"_ +\ No newline at end of file diff --git a/src/testing/test_reducer_home/.local/share/taler/exchange-offline/master.priv b/src/testing/test_reducer_home/.local/share/taler/exchange-offline/master.priv @@ -0,0 +1 @@ +MWr)f(+ME]k +\ No newline at end of file