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: error codes are not tak


From: gnunet
Subject: [GNUnet-SVN] [taler-bank] branch master updated: error codes are not taken from settings
Date: Thu, 28 Dec 2017 11:51:06 +0100

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 8f51ca5  error codes are not taken from settings
8f51ca5 is described below

commit 8f51ca5748c5bf42eb36209f2ff887ff19823827
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu Dec 28 11:50:44 2017 +0100

    error codes are not taken from settings
---
 talerbank/settings.py | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/talerbank/settings.py b/talerbank/settings.py
index 28ccaeb..fe6ef83 100644
--- a/talerbank/settings.py
+++ b/talerbank/settings.py
@@ -200,17 +200,3 @@ TALER_EXPECTS_DONATIONS = [
     'Tor', 'GNUnet', 'Taler', 'FSF']
 TALER_SUGGESTED_EXCHANGE = TC.value_string(
     "bank", "suggested_exchange")
-
-TALER_EC_INTERNAL_LOGIC_ERROR = 1011
-TALER_EC_PARAMETER_MISSING = 1008
-TALER_EC_PARAMETER_MALFORMED = 1009
-TALER_EC_BANK_NOT_AUTHORIZED = 5000
-TALER_EC_BANK_UNKNOWN_ACCOUNT = 5001
-TALER_EC_BANK_TRANSFER_NOT_AUTHORIZED = 5100
-TALER_EC_BANK_TRANSFER_DEBIT = 5101
-TALER_EC_BANK_TRANSFER_SAME_ACCOUNT = 5102
-TALER_EC_BANK_HISTORY_NOT_AUTHORIZED = 5200
-TALER_EC_BANK_HISTORY_HTTP_FAILURE = 5201
-TALER_EC_BANK_REJECT_NOT_FOUND = 5300
-TALER_EC_BANK_REJECT_NOT_AUTHORIZED = 5301
-TALER_EC_BANK_REJECT_NO_RIGHTS = 5302

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



reply via email to

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