From 274ec6191f1fe763645dc74cb0c449ce3cc396bc Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Wed, 14 Jun 2017 18:44:38 +0200 Subject: error code for merchant's /refund --- src/include/taler_error_codes.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/include/taler_error_codes.h') diff --git a/src/include/taler_error_codes.h b/src/include/taler_error_codes.h index a1356102d..86d7f89a7 100644 --- a/src/include/taler_error_codes.h +++ b/src/include/taler_error_codes.h @@ -1299,6 +1299,11 @@ enum TALER_ErrorCode */ TALER_EC_REFUND_INCONSISTENT_AMOUNT = 2602, + /** + * The hashed contract term doesn't have any refund associated yet. + */ + TALER_EC_REFUND_H_CONTRACT_TERMS_UNKNOWN = 2603, + /* ********** /test API error codes ************* */ /** -- cgit v1.2.3