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:41:12 +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 19633be  error code for merchant's /refund
19633be is described below

commit 19633bedbb494dc268646f6bad0d8820defaebe2
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Jun 14 11:41:23 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 ce91756..5100ba5 100644
--- a/src/include/taler_error_codes.h
+++ b/src/include/taler_error_codes.h
@@ -1287,6 +1287,11 @@ enum TALER_ErrorCode
    */
   TALER_EC_REFUND_INSTANCE_UNKNOWN = 2600,
 
+  /**
+   * The frontend gave an unknown order id to issue the refund to.
+   */
+  TALER_EC_REFUND_ORDER_ID_UNKNOWN = 2601,
+
   /* ********** /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]