gnunet-svn
[Top][All Lists]
Advanced

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

[taler-bank] branch master updated: fix db query


From: gnunet
Subject: [taler-bank] branch master updated: fix db query
Date: Thu, 01 Oct 2020 18:33:49 +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 cf3df52  fix db query
cf3df52 is described below

commit cf3df52973af921416e6c9393c3186af1dcb8a2d
Author: MS <ms@taler.net>
AuthorDate: Thu Oct 1 18:33:42 2020 +0200

    fix db query
---
 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 d8d2eee..c5b89f6 100644
--- a/talerbank/app/views.py
+++ b/talerbank/app/views.py
@@ -1208,7 +1208,7 @@ def confirm_withdrawal(request, withdraw_id):
         op.save()
         wire_transfer(
             op.amount,
-            BankAccount.objects.get(user=request.user.get_username()),
+            BankAccount.objects.get(user=request.user),
             op.selected_exchange_account,
             op.selected_reserve_pub,
         )

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