[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [taler-bank] branch master updated: Remove old code.
From: |
gnunet |
Subject: |
[GNUnet-SVN] [taler-bank] branch master updated: Remove old code. |
Date: |
Fri, 10 Mar 2017 15:32:47 +0100 |
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 e224c23 Remove old code.
e224c23 is described below
commit e224c23c566c989699e2f529761138fb8c68aafb
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Mar 10 15:32:50 2017 +0100
Remove old code.
---
talerbank/app/views.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/talerbank/app/views.py b/talerbank/app/views.py
index 5b423ca..d3b8428 100644
--- a/talerbank/app/views.py
+++ b/talerbank/app/views.py
@@ -320,7 +320,7 @@ def add_incoming(request):
wire_transfer(data["amount"],
debit_account,
credit_account,
- json.dumps(subject, separators=(",", ":")))
+ subject)
return JsonResponse({"outcome": "ok"}, status=200)
--
To stop receiving notification emails like this one, please contact
address@hidden
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] [taler-bank] branch master updated: Remove old code.,
gnunet <=