commit 551711274ce5d3630fe0162f89214052fd6c8076 parent da9d7ebaa3d187aff4a75275048ae751ebb4f491 Author: Marcello Stanisci <stanisci.m@gmail.com> Date: Thu, 30 Nov 2017 13:35:00 +0100 add tip reserve enabler Diffstat:
| A | taler-build/enable_reserve.sh | | | 17 | +++++++++++++++++ |
1 file changed, 17 insertions(+), 0 deletions(-)
diff --git a/taler-build/enable_reserve.sh b/taler-build/enable_reserve.sh @@ -0,0 +1,17 @@ +#!/bin/bash + +# This file is run only ONCE - and acts more like a recipe! +# That's because a reserve cannot get its deadline changed, +# so even though we top periodically the same reserve (with +# taler-exchange-reservemod), we can't likewise move in the +# future that reserve's expiration date; thus we pick a very +# distant time for it. + +source $HOME/activate + +taler-merchant-tip-enable \ + --amount="$TALER_CONFIG_CURRENCY:100.00" \ + --backend-uri="http://backend.$TALER_ENVNAME.taler.net/" \ + --credit-uuid=ZUV321 \ # do not change + --instance=default \ + --expiration=2020-12-31