aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/backend/taler-merchant-httpd_private-post-reserves.c1
-rw-r--r--src/include/taler_merchantdb_plugin.h3
2 files changed, 1 insertions, 3 deletions
diff --git a/src/backend/taler-merchant-httpd_private-post-reserves.c b/src/backend/taler-merchant-httpd_private-post-reserves.c
index 91e459b4..9da41057 100644
--- 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
index 29550c4b..2fb231dc 100644
--- 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