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: rename field to match e


From: gnunet
Subject: [GNUnet-SVN] [taler-bank] branch master updated: rename field to match exchange-lib
Date: Wed, 10 May 2017 21:17:48 +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 fb9f8bb  rename field to match exchange-lib
fb9f8bb is described below

commit fb9f8bb3821406953bd405b68dbf5ff42c5ebf75
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed May 10 21:17:20 2017 +0200

    rename field to match exchange-lib
---
 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 b6b4095..7c1ef9a 100644
--- a/talerbank/app/views.py
+++ b/talerbank/app/views.py
@@ -462,7 +462,7 @@ def add_incoming(request):
                                     user_account.bankaccount,
                                     credit_account,
                                     subject)
-        return JsonResponse(dict(row_id=transaction.id, timestamp="/Date(%s)/" 
% int(transaction.date.timestamp())))
+        return JsonResponse(dict(serial_id=transaction.id, 
timestamp="/Date(%s)/" % int(transaction.date.timestamp())))
     except SameAccountException:
         return JsonResponse(dict(error="debit and credit account are the 
same"), status=422)
     except DebtLimitExceededException:

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



reply via email to

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