summaryrefslogtreecommitdiff
path: root/src/testing/testing_api_cmd_forget_order.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing/testing_api_cmd_forget_order.c')
-rw-r--r--src/testing/testing_api_cmd_forget_order.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/testing/testing_api_cmd_forget_order.c b/src/testing/testing_api_cmd_forget_order.c
index 259814e4..777be585 100644
--- a/src/testing/testing_api_cmd_forget_order.c
+++ b/src/testing/testing_api_cmd_forget_order.c
@@ -203,19 +203,6 @@ order_forget_traits (void *cls,
}
-/**
- * Make a "order forget" command.
- *
- * @param label command label.
- * @param merchant_url base URL of the merchant backend
- * serving the order claim request.
- * @param http_status expected HTTP response code.
- * @param order_reference reference to a POST order CMD, can be NULL if @a order_id given
- * @param order_id order id to forget for, can be NULL (then we use @a order_reference)
- * @param ... NULL-terminated list of paths (const char *) to forget in
- * the contract terms.
- * @return the command.
- */
struct TALER_TESTING_Command
TALER_TESTING_cmd_merchant_forget_order (
const char *label,