diff options
author | Marcello Stanisci <marcello.stanisci@inria.fr> | 2017-06-14 11:41:23 +0200 |
---|---|---|
committer | Marcello Stanisci <marcello.stanisci@inria.fr> | 2017-06-14 11:41:23 +0200 |
commit | 19633bedbb494dc268646f6bad0d8820defaebe2 (patch) | |
tree | a1a4d0077b994eb83941f3df2ad5ba3ed8b08133 /src/include | |
parent | 5176b250857369212562b8ae30f4afd587f70483 (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 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 ************* */ /** |