gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libeufin] branch master updated: user ID is string


From: gnunet
Subject: [GNUnet-SVN] [libeufin] branch master updated: user ID is string
Date: Wed, 02 Oct 2019 15:29:23 +0200

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

marcello pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new fac2d68  user ID is string
fac2d68 is described below

commit fac2d689f0596ed428b5f3d3c5de6f77aa45be04
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Oct 2 15:29:19 2019 +0200

    user ID is string
---
 src/main/python/libeufin-cli | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/python/libeufin-cli b/src/main/python/libeufin-cli
index 512ae4d..1829c07 100755
--- a/src/main/python/libeufin-cli
+++ b/src/main/python/libeufin-cli
@@ -93,7 +93,7 @@ def keyletter(obj, customer_id, mock_info):
     resp.status_code = 200
     resp.json.return_value = dict(
         name="Mock Name",
-        ebicsInfo=dict(userId=1)
+        ebicsInfo=dict(userId="u1")
     )
 
     if mock_info:

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



reply via email to

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