summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-02-11 19:01:57 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-02-11 19:01:57 -0500
commitb8dc72bff1f1fb1a6ef3c7533ae7d21942e5a7eb (patch)
treedbdbe11602dd7ce9ade93581cde083c474942aff
parentc38aedacd07047a5dc4b5a644964be5e6eccf9e3 (diff)
downloaddocs-b8dc72bff1f1fb1a6ef3c7533ae7d21942e5a7eb.tar.gz
docs-b8dc72bff1f1fb1a6ef3c7533ae7d21942e5a7eb.tar.bz2
docs-b8dc72bff1f1fb1a6ef3c7533ae7d21942e5a7eb.zip
fix typo: s/endpoint/endpoints/
-rw-r--r--taler-merchant-api-tutorial.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/taler-merchant-api-tutorial.rst b/taler-merchant-api-tutorial.rst
index 1333dc4e..bb385e19 100644
--- a/taler-merchant-api-tutorial.rst
+++ b/taler-merchant-api-tutorial.rst
@@ -302,7 +302,7 @@ the merchant’s obligations under the contract.
.. Note::
You do not need to keep querying to notice changes
- to the order's transaction status. The endpoint
+ to the order's transaction status. The endpoints
support long polling, simply specify a ``timeout_ms``
query parameter with how long you want to wait at most
for the order status to change to ``paid``.