From 5176b250857369212562b8ae30f4afd587f70483 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Wed, 14 Jun 2017 11:24:53 +0200 Subject: error code for merchant's /refund --- src/include/taler_error_codes.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/include') diff --git a/src/include/taler_error_codes.h b/src/include/taler_error_codes.h index 40a9b1a09..ce91756c8 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 ************* */ /** -- cgit v1.2.3