From 0b57eac8f3b99941a11f11f35feac1926cd21d31 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 24 Apr 2020 01:23:35 +0200 Subject: implement purge --- src/testing/testing_api_cmd_post_instances.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/testing/testing_api_cmd_post_instances.c') diff --git a/src/testing/testing_api_cmd_post_instances.c b/src/testing/testing_api_cmd_post_instances.c index b50162b8..f9da2dae 100644 --- a/src/testing/testing_api_cmd_post_instances.c +++ b/src/testing/testing_api_cmd_post_instances.c @@ -35,7 +35,7 @@ struct PostInstancesState { /** - * Handle for a "GET instance" request. + * Handle for a "POST instance" request. */ struct TALER_MERCHANT_InstancesPostHandle *iph; @@ -50,7 +50,7 @@ struct PostInstancesState const char *merchant_url; /** - * ID of the instance to run GET for. + * ID of the instance to run POST for. */ const char *instance_id; @@ -183,7 +183,7 @@ post_instances_run (void *cls, /** - * Free the state of a "GET instance" CMD, and possibly + * Free the state of a "POST /instances" CMD, and possibly * cancel a pending operation thereof. * * @param cls closure. @@ -198,7 +198,7 @@ post_instances_cleanup (void *cls, if (NULL != pis->iph) { GNUNET_log (GNUNET_ERROR_TYPE_WARNING, - "GET /instances/$ID operation did not complete\n"); + "POST /instances operation did not complete\n"); TALER_MERCHANT_instances_post_cancel (pis->iph); } json_decref (pis->address); -- cgit v1.2.3