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: adjusting params


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: adjusting params
Date: Thu, 30 Nov 2017 17:13:16 +0100

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

marcello pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new e13ab0f  adjusting params
e13ab0f is described below

commit e13ab0feaaaa9a429ab0779761b77d5802df4abe
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu Nov 30 17:12:56 2017 +0100

    adjusting params
---
 bin/taler-deployment-top-reserve | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/bin/taler-deployment-top-reserve b/bin/taler-deployment-top-reserve
index 69cdbba..68c2ec3 100755
--- a/bin/taler-deployment-top-reserve
+++ b/bin/taler-deployment-top-reserve
@@ -12,14 +12,19 @@ taler-exchange-reservemod \
   --add="$TALER_CONFIG_CURRENCY:100.0" \
   --reserve=S98FEXHW3VJ93EA73CRAQ5E8E4DJE96Z9JXYFHFD169FWS9NS8A0 \
   
--sender='{"bank_uri":"https://bank.$TALER_ENV_NAME.taler.net/","account_number":7,"type":"test"}'
 \
-  --transfer=$UUID
+  --transfer='{"uuid":"$UUID"}'
+
+if ! test 0 = $?; then
+  echo Topping reserve 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-uri="http://backend.$TALER_ENV_NAME.taler.net/"; \
+  --backend="http://backend.$TALER_ENV_NAME.taler.net/"; \
   --credit-uuid=$UUID \
   --instance=default \
   --expiration=$(date --date="2 weeks" +"%Y-%m-%d")

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



reply via email to

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