merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit a802706edfaff4a35f71a7f5ec3448b6ec8cfe9f
parent d1db3b3ca4e5c72c721508dc113eeb87740b48dd
Author: MS <ms@taler.net>
Date:   Tue, 20 Oct 2020 17:20:55 +0200

avoid angle brackets in comments

Diffstat:
Msrc/testing/testing_api_cmd_merchant_get_order.c | 2+-
Msrc/testing/testing_api_cmd_wallet_get_order.c | 2+-
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 @@ -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 @@ -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`