gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] 25/29: s/milli-seconds/milliseconds/ (two instances)


From: gnunet
Subject: [taler-docs] 25/29: s/milli-seconds/milliseconds/ (two instances)
Date: Wed, 17 Mar 2021 11:17:08 +0100

This is an automated email from the git hooks/post-receive script.

ttn pushed a commit to branch master
in repository docs.

commit 41865e66a195732160b0a5e2fdb3c61f45ebc7da
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Wed Mar 17 06:07:00 2021 -0400

    s/milli-seconds/milliseconds/ (two instances)
---
 core/api-merchant.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 0cd1217..0f88849 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -1689,7 +1689,7 @@ Inspecting orders
   :query date: *Optional.* Time threshold, see ``delta`` for its 
interpretation.  Defaults 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 delta: *Optional*. takes value of the form ``N (-N)``, so that at 
most ``N`` values strictly older (younger) than ``start`` and ``date`` are 
returned.  Defaults to ``-20`` to return the last 20 entries (before ``start`` 
and/or ``date``).
-  :query timeout_ms: *Optional*. Timeout in milli-seconds 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.
+  :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:**
 
@@ -1747,7 +1747,7 @@ Inspecting orders
 
   :query session_id: *Optional*. Session ID that the payment must be bound to. 
 If not specified, the payment is not session-bound.
   :query transfer: *Optional*. If set to "YES", try to obtain the wire 
transfer status for this order from the exchange. Otherwise, the wire transfer 
status MAY be returned if it is available.
-  :query timeout_ms: *Optional*. Timeout in milli-seconds to wait for a 
payment if the answer would otherwise be negative (long polling).
+  :query timeout_ms: *Optional*. Timeout in milliseconds to wait for a payment 
if the answer would otherwise be negative (long polling).
 
   **Response:**
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]