commit dc5b33905bd3344dba9f250e7c2589f0179a50e7 parent cb854d6fed86ceae81ab9a7944dc8a9c90dfa967 Author: Christian Grothoff <christian@grothoff.org> Date: Tue, 24 Mar 2026 00:45:02 +0100 fix some discrepancies in libtalermerchant with respect to actual latest REST API implemented by the server Diffstat:
| M | src/lib/merchant_api_post-orders-ORDER_ID-abort.c | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/lib/merchant_api_post-orders-ORDER_ID-abort.c b/src/lib/merchant_api_post-orders-ORDER_ID-abort.c @@ -283,6 +283,10 @@ handle_abort_finished (void *cls, response_code, &ar.hr); break; + case MHD_HTTP_GATEWAY_TIMEOUT: + ar.hr.ec = TALER_JSON_get_error_code (json); + ar.hr.hint = TALER_JSON_get_error_hint (json); + break; default: TALER_MERCHANT_parse_error_details_ (json, response_code,