merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit 18bbcc6cb5060befc206c097254567c823fdef23
parent b4b6422ade77e81769b1a6194cbee41441421526
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon,  6 Jul 2026 00:20:35 +0200

remove impossible cases

Diffstat:
Msrc/lib/merchant_api_patch-private-templates-TEMPLATE_ID.c | 4----
Msrc/lib/merchant_api_patch-private-webhooks-WEBHOOK_ID.c | 4----
2 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/src/lib/merchant_api_patch-private-templates-TEMPLATE_ID.c b/src/lib/merchant_api_patch-private-templates-TEMPLATE_ID.c @@ -153,10 +153,6 @@ handle_patch_template_finished (void *cls, tpr.hr.ec = TALER_JSON_get_error_code (json); tpr.hr.hint = TALER_JSON_get_error_hint (json); break; - case MHD_HTTP_CONFLICT: - tpr.hr.ec = TALER_JSON_get_error_code (json); - tpr.hr.hint = TALER_JSON_get_error_hint (json); - break; case MHD_HTTP_INTERNAL_SERVER_ERROR: tpr.hr.ec = TALER_JSON_get_error_code (json); tpr.hr.hint = TALER_JSON_get_error_hint (json); diff --git a/src/lib/merchant_api_patch-private-webhooks-WEBHOOK_ID.c b/src/lib/merchant_api_patch-private-webhooks-WEBHOOK_ID.c @@ -158,10 +158,6 @@ handle_patch_webhook_finished (void *cls, wpr.hr.ec = TALER_JSON_get_error_code (json); wpr.hr.hint = TALER_JSON_get_error_hint (json); break; - case MHD_HTTP_CONFLICT: - wpr.hr.ec = TALER_JSON_get_error_code (json); - wpr.hr.hint = TALER_JSON_get_error_hint (json); - break; case MHD_HTTP_INTERNAL_SERVER_ERROR: wpr.hr.ec = TALER_JSON_get_error_code (json); wpr.hr.hint = TALER_JSON_get_error_hint (json);