From e42cf1a738aef2c2aee32997d157965b02e2fe0d Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 8 Nov 2020 00:50:16 +0100 Subject: adjust error codes in merchant --- src/lib/merchant_api_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/merchant_api_common.c') diff --git a/src/lib/merchant_api_common.c b/src/lib/merchant_api_common.c index a06a6722..c2fbaa39 100644 --- a/src/lib/merchant_api_common.c +++ b/src/lib/merchant_api_common.c @@ -42,7 +42,7 @@ TALER_MERCHANT_parse_error_details_ (const json_t *response, hr->http_status = http_status; if (NULL == response) { - hr->ec = TALER_EC_INVALID_RESPONSE; + hr->ec = TALER_EC_GENERIC_INVALID_RESPONSE; return; } hr->ec = TALER_JSON_get_error_code (response); -- cgit v1.2.3