commit 274ec6191f1fe763645dc74cb0c449ce3cc396bc parent d7e7cf517a253aa22351fc62cf7e4cd7da5f50dc Author: Marcello Stanisci <marcello.stanisci@inria.fr> Date: Wed, 14 Jun 2017 18:44:38 +0200 error code for merchant's /refund Diffstat:
| M | src/include/taler_error_codes.h | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git 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 ************* */ /**