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: TEST -> test


From: gnunet
Subject: [GNUnet-SVN] [taler-bank] branch master updated: TEST -> test
Date: Fri, 07 Jul 2017 00:55:45 +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 fda13f8  TEST -> test
fda13f8 is described below

commit fda13f86eb720e9e649d2cdde635fd7aa3f946d0
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Jul 7 00:55:20 2017 +0200

    TEST -> test
---
 talerbank/app/static/profile-page.js | 2 +-
 talerbank/app/static/web-common      | 2 +-
 talerbank/app/views.py               | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/talerbank/app/static/profile-page.js 
b/talerbank/app/static/profile-page.js
index 9839e03..8fb4e6d 100644
--- a/talerbank/app/static/profile-page.js
+++ b/talerbank/app/static/profile-page.js
@@ -87,7 +87,7 @@ function init() {
       currency: bank_currency
     };
     console.log("callback_url", callback_url);
-    taler.createReserve(callback_url, amount, ["TEST"], suggested_exchange);
+    taler.createReserve(callback_url, amount, ["test"], suggested_exchange);
   };
 }
 
diff --git a/talerbank/app/static/web-common b/talerbank/app/static/web-common
index 489a9e3..d7e0135 160000
--- a/talerbank/app/static/web-common
+++ b/talerbank/app/static/web-common
@@ -1 +1 @@
-Subproject commit 489a9e38e6960fdce309ab8cf5ff66d930ecb3bc
+Subproject commit d7e013594d15388b1a7342a44a0e9c8d4ecca82d
diff --git a/talerbank/app/views.py b/talerbank/app/views.py
index 3607de7..e89aeb0 100644
--- a/talerbank/app/views.py
+++ b/talerbank/app/views.py
@@ -168,7 +168,7 @@ def pin_tan_question(request):
     request.session["exchange_url"] = request.GET["exchange"]
     request.session["reserve_pub"] = request.GET["reserve_pub"]
     request.session["sender_wiredetails"] = dict(
-        type="TEST",
+        type="test",
         bank_uri=request.build_absolute_uri(reverse("index")),
         account_number=user_account.account_no
     )
@@ -509,7 +509,7 @@ def withdraw_nojs(request):
     response = HttpResponse(status=202)
     response["X-Taler-Operation"] = "create-reserve"
     response["X-Taler-Callback-Url"] = reverse("pin-question")
-    response["X-Taler-Wt-Types"] = '["TEST"]'
+    response["X-Taler-Wt-Types"] = '["test"]'
     response["X-Taler-Amount"] = json.dumps(amount)
     if settings.TALER_SUGGESTED_EXCHANGE:
         response["X-Taler-Suggested-Exchange"] = 
settings.TALER_SUGGESTED_EXCHANGE

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



reply via email to

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