MASTER_KEY in section merchant-exchange-test used to point exchange's private key. Fixed

This commit is contained in:
Marcello Stanisci 2016-05-11 01:56:34 +02:00
parent 93175857c9
commit 5d2b56c3c3

View File

@ -211,7 +211,7 @@ then
then
EPORT=`$CS -s exchange -o PORT`
$CS -s merchant-exchange-test -o URI -V "http://localhost:$EPORT/" || exit
$CS -s merchant-exchange-test -o MASTER_KEY -V "$MASTER_KEY"
$CS -s merchant-exchange-test -o MASTER_KEY -V `$CS -s exchange -o MASTER_PUBLIC_KEY`
else
echo "Need to be configuring exchange as well for -t to be useful."
fi