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 18:44:45 +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 274ec61  error code for merchant's /refund
274ec61 is described below

commit 274ec6191f1fe763645dc74cb0c449ce3cc396bc
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Jun 14 18:44:38 2017 +0200

    error code for merchant's /refund
---
 src/include/taler_error_codes.h | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/include/taler_error_codes.h b/src/include/taler_error_codes.h
index a135610..86d7f89 100644
--- a/src/include/taler_error_codes.h
+++ b/src/include/taler_error_codes.h
@@ -1299,6 +1299,11 @@ enum TALER_ErrorCode
    */
   TALER_EC_REFUND_INCONSISTENT_AMOUNT = 2602,
 
+  /**
+   * The hashed contract term doesn't have any refund associated yet.
+   */
+  TALER_EC_REFUND_H_CONTRACT_TERMS_UNKNOWN = 2603,
+
   /* ********** /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]