summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/testing/testing_api_cmd_merchant_get_order.c2
-rw-r--r--src/testing/testing_api_cmd_wallet_get_order.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/testing/testing_api_cmd_merchant_get_order.c b/src/testing/testing_api_cmd_merchant_get_order.c
index 56162b2d..55a54532 100644
--- a/src/testing/testing_api_cmd_merchant_get_order.c
+++ b/src/testing/testing_api_cmd_merchant_get_order.c
@@ -784,7 +784,7 @@ struct MerchantPollOrderStartState
/**
- * Task called when either the timeout for the GET /private/order/<ID> command
+ * Task called when either the timeout for the GET /private/order/$ID command
* expired or we got a response. Checks if the result is what we expected.
*
* @param cls a `struct MerchantPollOrderConcludeState`
diff --git a/src/testing/testing_api_cmd_wallet_get_order.c b/src/testing/testing_api_cmd_wallet_get_order.c
index a424e4a7..3cdba5ff 100644
--- a/src/testing/testing_api_cmd_wallet_get_order.c
+++ b/src/testing/testing_api_cmd_wallet_get_order.c
@@ -428,7 +428,7 @@ struct WalletPollOrderStartState
/**
- * Task called when either the timeout for the GET /private/order/<ID> command
+ * Task called when either the timeout for the GET /private/order/$ID command
* expired or we got a response. Checks if the result is what we expected.
*
* @param cls a `struct WalletPollOrderConcludeState`