gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-deployment] branch master updated: no need to enable


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: no need to enable tip anymore
Date: Wed, 31 Jan 2018 19:26:11 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 51311be  no need to enable tip anymore
51311be is described below

commit 51311be9e52bb0bad12bb3bf3be0c8e9ba8238c4
Author: Florian Dold <address@hidden>
AuthorDate: Wed Jan 31 19:25:50 2018 +0100

    no need to enable tip anymore
---
 bin/taler-deployment-top-reserve | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/bin/taler-deployment-top-reserve b/bin/taler-deployment-top-reserve
index f4d2ed1..dcbd492 100755
--- 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
-

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]