summaryrefslogtreecommitdiff
path: root/src/lib/merchant_api_post_order_claim.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/merchant_api_post_order_claim.c')
-rw-r--r--src/lib/merchant_api_post_order_claim.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/merchant_api_post_order_claim.c b/src/lib/merchant_api_post_order_claim.c
index ab7d26b8..80c4949a 100644
--- a/src/lib/merchant_api_post_order_claim.c
+++ b/src/lib/merchant_api_post_order_claim.c
@@ -127,7 +127,7 @@ handle_post_order_claim_finished (void *cls,
GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
"Claiming order failed: could not parse JSON response\n");
GNUNET_break_op (0);
- hr.ec = TALER_EC_INVALID_RESPONSE;
+ hr.ec = TALER_EC_GENERIC_INVALID_RESPONSE;
hr.http_status = 0;
och->cb (och->cb_cls,
&hr,
@@ -143,7 +143,7 @@ handle_post_order_claim_finished (void *cls,
&hash))
{
GNUNET_break (0);
- hr.ec = TALER_EC_CLIENT_INTERNAL_FAILURE;
+ hr.ec = TALER_EC_MERCHANT_POST_ORDERS_ID_CLAIM_CLIENT_INTERNAL_FAILURE;
hr.http_status = 0;
GNUNET_JSON_parse_free (spec);
och->cb (och->cb_cls,