[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-docs] branch master updated: -match impl
From: |
gnunet |
Subject: |
[taler-docs] branch master updated: -match impl |
Date: |
Fri, 23 Jul 2021 19:58:19 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository docs.
The following commit(s) were added to refs/heads/master by this push:
new 1f587fe -match impl
1f587fe is described below
commit 1f587fe6be6d4063a0d48e723bfb9f52509e4b53
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Jul 23 19:58:17 2021 +0200
-match impl
---
core/api-merchant.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 1194125..636025b 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -1713,7 +1713,7 @@ Inspecting orders
:query wired: *Optional*. If set to yes, only return wired orders, if no
only orders with missing wire transfers. Do not give (or use "all") to see all
orders regardless of wire transfer status.
:query delta: *Optional*. takes value of the form ``N (-N)``, so that at
most ``N`` values strictly older (younger) than ``start`` and ``date_ms`` are
returned. Defaults to ``-20`` to return the last 20 entries (before ``start``
and/or ``date_ms``).
:query date_ms: *Optional.* Non-negative date in milliseconds after the UNIX
Epoc, see ``delta`` for its interpretation. If not specified, we default to
the oldest or most recent entry, depending on ``delta``.
- :query start: *Optional*. Row number threshold, see ``delta`` for its
interpretation. Defaults to ``UINT64_MAX``, namely the biggest row id possible
in the database.
+ :query start: *Optional*. Row number threshold, see ``delta`` for its
interpretation. Defaults to ``INT64_MAX``, namely the biggest row id possible
in the database.
:query timeout_ms: *Optional*. Timeout in milliseconds to wait for
additional orders if the answer would otherwise be negative (long polling).
Only useful if delta is positive. Note that the merchant MAY still return a
response that contains fewer than ``delta`` orders.
**Response:**
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-docs] branch master updated: -match impl,
gnunet <=