From 37bfe1471b8b4c2136ab72ef91cec3297ec98b0c Mon Sep 17 00:00:00 2001 From: Jonathan Buchanan Date: Fri, 19 Jun 2020 20:07:40 -0400 Subject: naive tests for the family of GET order(s) methods --- src/include/taler_merchant_service.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/include/taler_merchant_service.h') diff --git a/src/include/taler_merchant_service.h b/src/include/taler_merchant_service.h index 4d8c0ef5..23d0bbeb 100644 --- a/src/include/taler_merchant_service.h +++ b/src/include/taler_merchant_service.h @@ -1396,7 +1396,8 @@ typedef void * before generating an unpaid response). Note that this is just provided to * the server, we as client will block until the response comes back or until * #TALER_MERCHANT_order_get_cancel() is called. - * @param session_id for which session should the payment status be checked + * @param session_id for which session should the payment status be checked. Use + * NULL to disregard sessions. * @param min_refund long poll for the service to approve a refund exceeding this value; * use NULL to not wait for any refund (only for payment). Only makes sense * with a non-zero @a timeout. Can be NULL. -- cgit v1.2.3