From 19633bedbb494dc268646f6bad0d8820defaebe2 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Wed, 14 Jun 2017 11:41:23 +0200 Subject: 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 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 ************* */ /** -- cgit v1.2.3