MASTER_KEY in section merchant-exchange-test used to point exchange's private key. Fixed
This commit is contained in:
parent
93175857c9
commit
5d2b56c3c3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user