gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-merchant] branch master updated: expect 409 as per spect, not 400


From: gnunet
Subject: [taler-merchant] branch master updated: expect 409 as per spect, not 400
Date: Sat, 07 Dec 2019 17:35:31 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new aeb46c4  expect 409 as per spect, not 400
aeb46c4 is described below

commit aeb46c4faf71a8868a357f9cff53986eb1176b64
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat Dec 7 17:35:29 2019 +0100

    expect 409 as per spect, not 400
---
 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
index 9cf5124..4503c87 100644
--- 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,

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]