commit e225ee2193443800608e4ff4e22196b0657a32df parent b9f10617f2e7c2ec7fe801604a7bdee8020c4c1d Author: Jonathan Buchanan <jonathan.russ.buchanan@gmail.com> Date: Sun, 9 Aug 2020 21:23:15 -0400 GET /orders/ should ignore timeout_ms if processing html request Diffstat:
| M | core/api-merchant.rst | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git 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:**