summaryrefslogtreecommitdiff
path: root/src/lib/merchant_api_get_product.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/merchant_api_get_product.c')
-rw-r--r--src/lib/merchant_api_get_product.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/merchant_api_get_product.c b/src/lib/merchant_api_get_product.c
index 02560761..c88e74f9 100644
--- a/src/lib/merchant_api_get_product.c
+++ b/src/lib/merchant_api_get_product.c
@@ -169,7 +169,7 @@ handle_get_product_finished (void *cls,
return;
}
hr.http_status = 0;
- hr.ec = TALER_EC_INVALID_RESPONSE;
+ hr.ec = TALER_EC_GENERIC_INVALID_RESPONSE;
GNUNET_JSON_parse_free (spec);
break;
}