gnunet-svn
[Top][All Lists]
Advanced

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

[taler-bank] branch master updated: top-up


From: gnunet
Subject: [taler-bank] branch master updated: top-up
Date: Wed, 18 Dec 2019 20:26:26 +0100

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

dold pushed a commit to branch master
in repository bank.

The following commit(s) were added to refs/heads/master by this push:
     new a76a675  top-up
a76a675 is described below

commit a76a6758e465f28b29c839b10b69f31bb9b6cea6
Author: Florian Dold <address@hidden>
AuthorDate: Wed Dec 18 20:26:23 2019 +0100

    top-up
---
 talerbank/app/management/commands/top_up.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/talerbank/app/management/commands/top_up.py 
b/talerbank/app/management/commands/top_up.py
index 7512063..c0da7e7 100644
--- a/talerbank/app/management/commands/top_up.py
+++ b/talerbank/app/management/commands/top_up.py
@@ -73,7 +73,7 @@ class Command(BaseCommand):
             sys.exit(1)
         try:
             transaction = wire_transfer(
-                amount, debit_account, user.bankaccount, options["subject"]
+                amount, debit_account, user.bankaccount, "manual top-up by 
admin"
             )
             print("Transaction id: " + str(transaction.id))
         except Exception as exc:

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



reply via email to

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