From 3f4df96c94145f05060ffd7cab71602c4e98d195 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ahmet=20=C3=96z?= Date: Wed, 19 Aug 2020 17:37:25 +0200 Subject: [PATCH] add note for http extension timeout limit. (#406) --- extension/docs/DeploymentGuide.md | 1 + 1 file changed, 1 insertion(+) diff --git a/extension/docs/DeploymentGuide.md b/extension/docs/DeploymentGuide.md index 165f903fe..3680ab7d3 100644 --- a/extension/docs/DeploymentGuide.md +++ b/extension/docs/DeploymentGuide.md @@ -61,6 +61,7 @@ If you don't have the commercetools OAuth credentials,[create a commercetools AP Resources below are required for the extension module to operate correctly. Resources that ***will be automatically created*** by the extension module in your commercetools project. 1. [The commercetools HTTP API Extension pointing to Adyen extension module](../resources/api-extension.json) +> It's required that the HTTP API Extension timeout limit is increased to 10000 milliseconds (default is 2000). Please contact Support via the commercetools [support portal](https://support.commercetools.com/) and provide the region, project key, and use case to increase the timeout to 10000. Additionally, after the limit increased, timeout might be updated over API with [setTimeoutInMs](https://docs.commercetools.com/http-api-projects-api-extensions#set-timeoutinms) action. 1. [Payment custom type](../resources/web-components-payment-type.json) 1. [Payment-interface-interaction custom type](../resources/payment-interface-interaction-type.json)