taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit b8dc72bff1f1fb1a6ef3c7533ae7d21942e5a7eb
parent c38aedacd07047a5dc4b5a644964be5e6eccf9e3
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Thu, 11 Feb 2021 19:01:57 -0500

fix typo: s/endpoint/endpoints/

Diffstat:
Mtaler-merchant-api-tutorial.rst | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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``.