diff options
-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 ************* */ /** |