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 11:24:48 +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 5176b25  error code for merchant's /refund
5176b25 is described below

commit 5176b250857369212562b8ae30f4afd587f70483
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Jun 14 11:24:53 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 40a9b1a..ce91756 100644
--- a/src/include/taler_error_codes.h
+++ b/src/include/taler_error_codes.h
@@ -1282,6 +1282,11 @@ enum TALER_ErrorCode
    */
   TALER_EC_PROPOSAL_LOOKUP_NOT_FOUND = 2503,
 
+  /**
+   * The client specified an unknown instance for any of the /refund operations
+   */
+  TALER_EC_REFUND_INSTANCE_UNKNOWN = 2600,
+
   /* ********** /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]