taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 51311be9e52bb0bad12bb3bf3be0c8e9ba8238c4
parent 41d8cfb3ee30560e968a8da751dc1eb952879899
Author: Florian Dold <florian.dold@gmail.com>
Date:   Wed, 31 Jan 2018 19:25:50 +0100

no need to enable tip anymore

Diffstat:
Mbin/taler-deployment-top-reserve | 16----------------
1 file changed, 0 insertions(+), 16 deletions(-)

diff --git a/bin/taler-deployment-top-reserve b/bin/taler-deployment-top-reserve @@ -27,19 +27,3 @@ if ! test 0 = $?; then echo Wire transfering failed! exit 1 fi - -# note: account number (7) is hardcoded, as tipping -# is only being tested against the 'default' instance. - -taler-merchant-tip-enable \ - --amount="$TALER_CONFIG_CURRENCY:100.00" \ - --backend="http://backend.$TALER_ENV_NAME.taler.net/" \ - --credit-uuid=$UUID \ - --instance=default \ - --expiration=$(date --date="2 weeks" +"%Y-%m-%d") - -if ! test 0 = $?; then - echo Enabling the tip reserve failed! - exit 1 -fi -