gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-exchange] branch master updated: error code for merc


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: error code for merchant's /refund
Date: Wed, 14 Jun 2017 15:13:04 +0200

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

marcello pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new d7e7cf5  error code for merchant's /refund
d7e7cf5 is described below

commit d7e7cf517a253aa22351fc62cf7e4cd7da5f50dc
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Jun 14 15:13:13 2017 +0200

    error code for merchant's /refund
---
 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 5100ba5..a135610 100644
--- a/src/include/taler_error_codes.h
+++ b/src/include/taler_error_codes.h
@@ -1292,6 +1292,13 @@ enum TALER_ErrorCode
    */
   TALER_EC_REFUND_ORDER_ID_UNKNOWN = 2601,
 
+  /**
+   * The amount to be refunded is inconsistent: either is lower than
+   * the previous amount being awarded, or it is too big to be paid back.
+   * In this second case, the fault stays on the business dept. side.
+   */
+  TALER_EC_REFUND_INCONSISTENT_AMOUNT = 2602,
+
   /* ********** /test API error codes ************* */
 
   /**

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



reply via email to

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