From e225ee2193443800608e4ff4e22196b0657a32df Mon Sep 17 00:00:00 2001 From: Jonathan Buchanan Date: Sun, 9 Aug 2020 21:23:15 -0400 Subject: GET /orders/ should ignore timeout_ms if processing html request --- core/api-merchant.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'core') diff --git a/core/api-merchant.rst b/core/api-merchant.rst index 0ef3f72b..07efc86c 100644 --- a/core/api-merchant.rst +++ b/core/api-merchant.rst @@ -1385,9 +1385,9 @@ Payment processing they will be prompted for payment. This endpoint typically also supports requests with the "Accept" header requesting "text/html". In this case, an HTML response suitable for - triggering the interaction with the wallet is returned. If the backend - installation does not include the required HTML templates, a 406 status - code is returned. + triggering the interaction with the wallet is returned, with ``timeout_ms`` + ignored (treated as zero). If the backend installation does not include the + required HTML templates, a 406 status code is returned. **Request:** -- cgit v1.2.3