diff options
author | Marcello Stanisci <marcello.stanisci@inria.fr> | 2017-06-14 18:44:38 +0200 |
---|---|---|
committer | Marcello Stanisci <marcello.stanisci@inria.fr> | 2017-06-14 18:44:44 +0200 |
commit | 274ec6191f1fe763645dc74cb0c449ce3cc396bc (patch) | |
tree | 7435e73a0b32852f5829c97b63713807b3be80fc /src/include | |
parent | d7e7cf517a253aa22351fc62cf7e4cd7da5f50dc (diff) |
error code for merchant's /refund
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_error_codes.h | 5 |
1 files changed, 5 insertions, 0 deletions
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 ************* */ /** |