diff options
Diffstat (limited to 'src/include/taler_error_codes.h')
-rw-r--r-- | src/include/taler_error_codes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/taler_error_codes.h b/src/include/taler_error_codes.h index b3be7dc4..bbdd7a4a 100644 --- a/src/include/taler_error_codes.h +++ b/src/include/taler_error_codes.h @@ -844,7 +844,7 @@ enum TALER_ErrorCode /** * The currency specified for the refund is different from the * currency of the coin. This response is provided with HTTP status - * code #MHD_HTTP_PRECONDITION_FAILED. + * code #MHD_HTTP_BAD_REQUEST. */ TALER_EC_REFUND_CURRENCY_MISMATCH = 1504, |