gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis] branch master updated: -fix country:


From: gnunet
Subject: [taler-anastasis] branch master updated: -fix country:
Date: Wed, 28 Dec 2022 00:41:49 +0100

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

grothoff pushed a commit to branch master
in repository anastasis.

The following commit(s) were added to refs/heads/master by this push:
     new a9b7985  -fix country:
a9b7985 is described below

commit a9b7985370d3617b56baed292fc5eaaaa89a3ea9
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Wed Dec 28 00:41:43 2022 +0100

    -fix country:
---
 src/authorization/anastasis-authorization-post.sh | 4 ++--
 src/authorization/test-post.sh                    | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/authorization/anastasis-authorization-post.sh 
b/src/authorization/anastasis-authorization-post.sh
index d5bb3a1..3971309 100755
--- a/src/authorization/anastasis-authorization-post.sh
+++ b/src/authorization/anastasis-authorization-post.sh
@@ -107,7 +107,7 @@ SENDER="$(jq -n '
        number: "7",
        zip: "5421",
        city: "Erpeldange",
-       country: "Luxembourg"
+       country: "LU"
     }' 
   )"
 
@@ -155,7 +155,7 @@ case $STATUS in
         exit 1;
         ;;
 esac
-LETTER_ID=`cat $REPLY | jq -r .data.id`
+LETTER_ID=`echo $REPLY | jq -r .data.id`
 
 exit 0
 
diff --git a/src/authorization/test-post.sh b/src/authorization/test-post.sh
index 8e82af4..fd3a8d8 100755
--- a/src/authorization/test-post.sh
+++ b/src/authorization/test-post.sh
@@ -6,7 +6,7 @@ ADDR=`jq -n '{
         street: "Bar street 3",
         city: "Wuppertal",
         postcode: 42289,
-        country: "Deutschland",
+        country: "DE",
     }'`
 
 echo "Your recovery code is 1234" | ./anastasis-authorization-post.sh "$ADDR"

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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