summaryrefslogtreecommitdiff
path: root/src/testing/testing_api_cmd_get_orders.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing/testing_api_cmd_get_orders.c')
-rw-r--r--src/testing/testing_api_cmd_get_orders.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/testing/testing_api_cmd_get_orders.c b/src/testing/testing_api_cmd_get_orders.c
index 5abe92ab..7a271521 100644
--- a/src/testing/testing_api_cmd_get_orders.c
+++ b/src/testing/testing_api_cmd_get_orders.c
@@ -407,7 +407,6 @@ merchant_poll_orders_cb (
unsigned int orders_length,
const struct TALER_MERCHANT_OrderEntry orders[])
{
- /* FIXME, deeper checks should be implemented here. */
struct MerchantPollOrdersStartState *pos = cls;
pos->ogh = NULL;
@@ -424,8 +423,7 @@ merchant_poll_orders_cb (
switch (hr->http_status)
{
case MHD_HTTP_OK:
- // FIXME: use order references
- // check if the data returned matches that from the POST / PATCH
+ // FIXME: use order references to check if the data returned matches that from the POST / PATCH
break;
default:
GNUNET_log (GNUNET_ERROR_TYPE_WARNING,