merchant

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

commit 1ceb91a1f401f6dea116a71e6f7eea8877dd853c
parent 573ee18c1c3c2be680f5ee16058e1ccb26bfe6a8
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 13 Jun 2020 18:28:39 +0200

DCE

Diffstat:
Msrc/backend/taler-merchant-httpd_get-orders-ID.c | 8--------
1 file changed, 0 insertions(+), 8 deletions(-)

diff --git a/src/backend/taler-merchant-httpd_get-orders-ID.c b/src/backend/taler-merchant-httpd_get-orders-ID.c @@ -220,13 +220,6 @@ struct GetOrderData */ bool refunded; - /** - * Initially #GNUNET_SYSERR. If we queued a response, set to the - * result code (i.e. #MHD_YES or #MHD_NO). FIXME: fix type! - */ - int ret; - - }; @@ -652,7 +645,6 @@ TMH_get_orders_ID (const struct TMH_RequestHandler *rh, god->sc.con = connection; god->ec = TALER_EC_NONE; god->hc = hc; - god->ret = GNUNET_SYSERR; { const char *cts;