gnunet-svn
[Top][All Lists]
Advanced

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

[taler-bank] branch master updated: remove (one mention of) signed amoun


From: gnunet
Subject: [taler-bank] branch master updated: remove (one mention of) signed amount
Date: Tue, 25 Aug 2020 19:41:54 +0200

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

ms pushed a commit to branch master
in repository bank.

The following commit(s) were added to refs/heads/master by this push:
     new 2f970d5  remove (one mention of) signed amount
2f970d5 is described below

commit 2f970d5f795d08834247691ee163df9438b68c41
Author: MS <ms@taler.net>
AuthorDate: Tue Aug 25 19:41:45 2020 +0200

    remove (one mention of) signed amount
---
 talerbank/app/views.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/talerbank/app/views.py b/talerbank/app/views.py
index 5e3cb49..e94288a 100644
--- a/talerbank/app/views.py
+++ b/talerbank/app/views.py
@@ -1294,8 +1294,7 @@ def bank_accounts_api_balance(request, user_account, 
acct_id):
     return JsonResponse(
         dict(
             # The balance field is kept as long as the cashier still uses it
-            balance=acct.balance.stringify(),
-            balance_amount=acct.balance.amount.stringify(),
+            balance=acct.balance.amount.stringify(),
             credit_debit_indicator=("credit" if acct.balance.is_positive else 
"debit"),
         )
     )

-- 
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]