gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-util] branch master updated: payback -> recoup


From: gnunet
Subject: [taler-taler-util] branch master updated: payback -> recoup
Date: Sat, 18 Jan 2020 23:32:07 +0100

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

grothoff pushed a commit to branch master
in repository taler-util.

The following commit(s) were added to refs/heads/master by this push:
     new 4b126e2  payback -> recoup
4b126e2 is described below

commit 4b126e2c8b90c4b0410bbc5b755084438e132edf
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat Jan 18 23:32:05 2020 +0100

    payback -> recoup
---
 taler/util/errorcodes.py | 36 ++++++++++++++++++------------------
 1 file changed, 18 insertions(+), 18 deletions(-)

diff --git a/taler/util/errorcodes.py b/taler/util/errorcodes.py
index 1eb8805..2f67090 100644
--- a/taler/util/errorcodes.py
+++ b/taler/util/errorcodes.py
@@ -233,7 +233,7 @@ ec._add_ec(
     """
     The exchange failed to obtain the transaction history of the
     given coin from the database while generating an insufficient
-    funds errors.  This can happen during /deposit or /payback requests.
+    funds errors.  This can happen during /deposit or /recoup requests.
     This response is provided with HTTP status code
     MHD_HTTP_INTERNAL_SERVER_ERROR.
     """,
@@ -760,12 +760,12 @@ ec._add_ec(
     """
     The denomination of the given coin has past its expiration date and
     it is also not a valid zombie (that is, was not refreshed with the
-    fresh coin being subjected to payback).
+    fresh coin being subjected to recoup).
     """,
 )
 
 ec._add_ec(
-    "REFRESH_PAYBACK_DENOMINATION_KEY_NOT_FOUND",
+    "REFRESH_RECOUP_DENOMINATION_KEY_NOT_FOUND",
     1351,
     """
     The exchange is unaware of the denomination key that was
@@ -775,7 +775,7 @@ ec._add_ec(
 )
 
 ec._add_ec(
-    "REFRESH_PAYBACK_DENOMINATION_VALIDITY_IN_FUTURE",
+    "REFRESH_RECOUP_DENOMINATION_VALIDITY_IN_FUTURE",
     1352,
     """
     Validity period of the denomination key
@@ -785,7 +785,7 @@ ec._add_ec(
 )
 
 ec._add_ec(
-    "REFRESH_PAYBACK_DENOMINATION_EXPIRED",
+    "REFRESH_RECOUP_DENOMINATION_EXPIRED",
     1353,
     """
     Denomination key of the coin is past the
@@ -1261,17 +1261,17 @@ ec._add_ec(
 )
 
 ec._add_ec(
-    "PAYBACK_DENOMINATION_KEY_UNKNOWN",
+    "RECOUP_DENOMINATION_KEY_UNKNOWN",
     1850,
     """
-    The given denomination key is not in the "payback" set of the
+    The given denomination key is not in the "recoup" set of the
     exchange right now.  This response is provided with an
     HTTP status code of MHD_HTTP_NOT_FOUND.
     """,
 )
 
 ec._add_ec(
-    "PAYBACK_SIGNATURE_INVALID",
+    "RECOUP_SIGNATURE_INVALID",
     1851,
     """
     The given coin signature is invalid for the request.
@@ -1281,7 +1281,7 @@ ec._add_ec(
 )
 
 ec._add_ec(
-    "PAYBACK_DENOMINATION_SIGNATURE_INVALID",
+    "RECOUP_DENOMINATION_SIGNATURE_INVALID",
     1852,
     """
     The signature of the denomination key over the coin is not valid.
@@ -1291,7 +1291,7 @@ ec._add_ec(
 )
 
 ec._add_ec(
-    "PAYBACK_DB_FETCH_FAILED",
+    "RECOUP_DB_FETCH_FAILED",
     1853,
     """
     The exchange failed to access its own database about reserves.
@@ -1301,7 +1301,7 @@ ec._add_ec(
 )
 
 ec._add_ec(
-    "PAYBACK_WITHDRAW_NOT_FOUND",
+    "RECOUP_WITHDRAW_NOT_FOUND",
     1854,
     """
     The exchange could not find the corresponding withdraw operation.
@@ -1311,7 +1311,7 @@ ec._add_ec(
 )
 
 ec._add_ec(
-    "PAYBACK_HISTORY_DB_ERROR",
+    "RECOUP_HISTORY_DB_ERROR",
     1855,
     """
     The exchange obtained an internally inconsistent transaction
@@ -1321,17 +1321,17 @@ ec._add_ec(
 )
 
 ec._add_ec(
-    "PAYBACK_DB_PUT_FAILED",
+    "RECOUP_DB_PUT_FAILED",
     1856,
     """
-    The exchange failed to store information about the payback to be
+    The exchange failed to store information about the recoup to be
     performed in the database. This response is provided with HTTP
     status code MHD_HTTP_INTERNAL_SERVER_ERROR.
     """,
 )
 
 ec._add_ec(
-    "PAYBACK_COIN_BALANCE_ZERO",
+    "RECOUP_COIN_BALANCE_ZERO",
     1857,
     """
     The coin's remaining balance is zero.  The request is denied.
@@ -1341,7 +1341,7 @@ ec._add_ec(
 )
 
 ec._add_ec(
-    "PAYBACK_BLINDING_FAILED",
+    "RECOUP_BLINDING_FAILED",
     1858,
     """
     The exchange failed to reproduce the coin's blinding.
@@ -1351,7 +1351,7 @@ ec._add_ec(
 )
 
 ec._add_ec(
-    "PAYBACK_COIN_BALANCE_NEGATIVE",
+    "RECOUP_COIN_BALANCE_NEGATIVE",
     1859,
     """
     The coin's remaining balance is zero.  The request is denied.
@@ -1361,7 +1361,7 @@ ec._add_ec(
 )
 
 ec._add_ec(
-    "PAYBACK_DENOMINATION_VALIDITY_IN_FUTURE",
+    "RECOUP_DENOMINATION_VALIDITY_IN_FUTURE",
     1860,
     """
     Validity period of the denomination key

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



reply via email to

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