summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2017-06-14 11:41:23 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2017-06-14 11:41:23 +0200
commit19633bedbb494dc268646f6bad0d8820defaebe2 (patch)
treea1a4d0077b994eb83941f3df2ad5ba3ed8b08133
parent5176b250857369212562b8ae30f4afd587f70483 (diff)
downloadexchange-19633bedbb494dc268646f6bad0d8820defaebe2.tar.gz
exchange-19633bedbb494dc268646f6bad0d8820defaebe2.tar.bz2
exchange-19633bedbb494dc268646f6bad0d8820defaebe2.zip
error code for merchant's /refund
-rw-r--r--src/include/taler_error_codes.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/taler_error_codes.h b/src/include/taler_error_codes.h
index ce91756c8..5100ba5f5 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 ************* */
/**