merchant

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

commit ed7142edea9ecb6b57a72afb817bc37cabcb3fa6
parent 41c94440752e4c51d889c9eef64475c091546c14
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri, 12 Jun 2020 19:55:24 +0200

fix crash

Diffstat:
Msrc/backend/taler-merchant-httpd_private-post-reserves.c | 1+
Msrc/include/taler_merchantdb_plugin.h | 3---
2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/backend/taler-merchant-httpd_private-post-reserves.c b/src/backend/taler-merchant-httpd_private-post-reserves.c @@ -183,6 +183,7 @@ handle_exchange (void *cls, struct PostReserveContext *rc = cls; const struct TALER_EXCHANGE_Keys *keys; + rc->fo = NULL; rc->suspended = false; MHD_resume_connection (rc->connection); GNUNET_CONTAINER_DLL_remove (rc_head, diff --git a/src/include/taler_merchantdb_plugin.h b/src/include/taler_merchantdb_plugin.h @@ -1270,7 +1270,6 @@ struct TALER_MERCHANTDB_Plugin /** * Retrieve wire transfer details for all deposits associated with * a given @a order_serial. - * FIXME: not implemented yet! * * @param cls closure * @param order_serial identifies the order @@ -1288,7 +1287,6 @@ struct TALER_MERCHANTDB_Plugin /** * Insert wire transfer details for a deposit. - * FIXME: not implemented yet! * * @param cls closure * @param deposit_serial serial number of the deposit @@ -1303,7 +1301,6 @@ struct TALER_MERCHANTDB_Plugin /** * Set 'wired' status for an order to 'true'. - * FIXME: not implemented yet! * * @param cls closure * @param order_serial serial number of the order