gnunet-svn
[Top][All Lists]
Advanced

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

[taler-bank] branch master updated: notify wallet immediately about conf


From: gnunet
Subject: [taler-bank] branch master updated: notify wallet immediately about confirmed withdrawal
Date: Fri, 29 Nov 2019 22:25:47 +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 0476cfa  notify wallet immediately about confirmed withdrawal
0476cfa is described below

commit 0476cfa56789b62be9b5710be5528f4d8d125f74
Author: Florian Dold <address@hidden>
AuthorDate: Fri Nov 29 22:25:30 2019 +0100

    notify wallet immediately about confirmed withdrawal
---
 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 d41f659..09278a3 100644
--- a/talerbank/app/views.py
+++ b/talerbank/app/views.py
@@ -314,8 +314,7 @@ def profile_page(request):
     response = render(request, "profile_page.html", context)
     if "just_withdrawn" in request.session:
         del request.session["just_withdrawn"]
-        response["X-Taler-Operation"] = "confirm-reserve"
-        response["X-Taler-Reserve-Pub"] = request.session.get("reserve_pub")
+        response["Taler"] = "taler://notify-reserve/"
         response.status_code = 202
     return response
 

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



reply via email to

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