adding EDATE in merchant config generator

This commit is contained in:
Marcello Stanisci 2016-05-10 19:38:38 +02:00
parent e10fc753df
commit be53397fb9

View File

@ -130,6 +130,7 @@ fi
if (test 1 = "$ARG_M") if (test 1 = "$ARG_M")
then then
$CS -s merchant -o WIREFORMAT -V "$ARG_W" || exit 1 $CS -s merchant -o WIREFORMAT -V "$ARG_W" || exit 1
$CS -s merchant -o EDATE -V "3 week" || exit 1
if (test ! -z "$ARG_JM") if (test ! -z "$ARG_JM")
then then