summaryrefslogtreecommitdiff
path: root/src/include/taler_merchant_service.h
diff options
context:
space:
mode:
authorJonathan Buchanan <jonathan.russ.buchanan@gmail.com>2020-06-19 20:07:40 -0400
committerJonathan Buchanan <jonathan.russ.buchanan@gmail.com>2020-06-19 20:07:40 -0400
commit37bfe1471b8b4c2136ab72ef91cec3297ec98b0c (patch)
tree9f3bbd705dedba15b5d6f0bc740d4c4b283205e2 /src/include/taler_merchant_service.h
parente35244074480faa18f6370e4d5b800ed35d8ef94 (diff)
downloadmerchant-37bfe1471b8b4c2136ab72ef91cec3297ec98b0c.tar.gz
merchant-37bfe1471b8b4c2136ab72ef91cec3297ec98b0c.tar.bz2
merchant-37bfe1471b8b4c2136ab72ef91cec3297ec98b0c.zip
naive tests for the family of GET order(s) methods
Diffstat (limited to 'src/include/taler_merchant_service.h')
-rw-r--r--src/include/taler_merchant_service.h3
1 files changed, 2 insertions, 1 deletions
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.