gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] 02/02: fix #6015


From: gnunet
Subject: [taler-exchange] 02/02: fix #6015
Date: Thu, 09 Jan 2020 12:19:13 +0100

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

grothoff pushed a commit to branch master
in repository exchange.

commit 59b12d2d80c01b1f029d2f32762e9b87a47ef5bb
Author: Christian Grothoff <address@hidden>
AuthorDate: Thu Jan 9 12:18:56 2020 +0100

    fix #6015
---
 src/include/taler_error_codes.h | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/src/include/taler_error_codes.h b/src/include/taler_error_codes.h
index 1fbae7af..8183e334 100644
--- a/src/include/taler_error_codes.h
+++ b/src/include/taler_error_codes.h
@@ -1432,6 +1432,13 @@ enum TALER_ErrorCode
    */
   TALER_EC_PROPOSAL_STORE_DB_ERROR_ALREADY_EXISTS = 2508,
 
+  /**
+   * The order provided to the backend uses an amount
+   * in a currency that does not match the backend's
+   * configuration.
+   * Returned as a bad request.
+   */
+  TALER_EC_PROPOSAL_ORDER_BAD_CURRENCY = 2509,
 
   /**
    * The frontend gave an unknown order id to issue the refund to.

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



reply via email to

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