commit aeb46c4faf71a8868a357f9cff53986eb1176b64 parent effa994fcf5dac8fb998ba352854d72b20340acb Author: Christian Grothoff <christian@grothoff.org> Date: Sat, 7 Dec 2019 17:35:29 +0100 expect 409 as per spect, not 400 Diffstat:
| M | src/lib/merchant_api_refund_increase.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/lib/merchant_api_refund_increase.c b/src/lib/merchant_api_refund_increase.c @@ -91,7 +91,7 @@ handle_refund_increase_finished (void *cls, NULL); break; case MHD_HTTP_OK: - case MHD_HTTP_BAD_REQUEST: + case MHD_HTTP_CONFLICT: case MHD_HTTP_NOT_FOUND: rio->cb (rio->cb_cls, response_code,