gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-bank] branch master updated: making "name" field in


From: gnunet
Subject: [GNUnet-SVN] [taler-bank] branch master updated: making "name" field in /pin/question URL optional
Date: Mon, 29 May 2017 15:00:47 +0200

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

marcello pushed a commit to branch master
in repository bank.

The following commit(s) were added to refs/heads/master by this push:
     new b3486f1  making "name" field in /pin/question URL optional
b3486f1 is described below

commit b3486f19312b458a3e48fb74563a398159fa5d74
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon May 29 15:00:33 2017 +0200

    making "name" field in /pin/question URL optional
---
 talerbank/app/schemas.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/talerbank/app/schemas.py b/talerbank/app/schemas.py
index 2f33674..91771d1 100644
--- a/talerbank/app/schemas.py
+++ b/talerbank/app/schemas.py
@@ -31,7 +31,7 @@ wiredetails_schema = {
                 "type": {"type": "string"},
                 "account_number": {"type": "integer"},
                 "bank_uri": {"type": "string"},
-                "name": {"type": "string"},
+                "name": {"type": "string", "required": False},
             }
         }
     }

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



reply via email to

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