merchant

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

commit 8ead9935d3898a4095ba8e7d8319bcd4b85b8916
parent 112f7cfad738bcbdd880e9f1131a25135edf1381
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri, 24 Jan 2020 17:41:21 +0100

fix another EC issue

Diffstat:
Msrc/lib/merchant_api_proposal.c | 1-
Msrc/lib/merchant_api_tip_pickup.c | 2+-
2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/lib/merchant_api_proposal.c b/src/lib/merchant_api_proposal.c @@ -302,7 +302,6 @@ handle_proposal_lookup_finished (void *cls, "Proposal lookup failed with HTTP status code %u\n", (unsigned int) response_code); GNUNET_break (0); - plo->cb (plo->cb_cls, response_code, json, diff --git a/src/lib/merchant_api_tip_pickup.c b/src/lib/merchant_api_tip_pickup.c @@ -136,7 +136,7 @@ check_ok (struct TALER_MERCHANT_TipPickupOperation *tpo, } tpo->cb (tpo->cb_cls, MHD_HTTP_OK, - TALER_JSON_get_error_code (json), + TALER_EC_NONE, &reserve_pub, ja_len, reserve_sigs,