Skip to content

Commit

Permalink
#56 add KEEP_ALIVE_TIMEOUT env variable to docs of extension module
Browse files Browse the repository at this point in the history
  • Loading branch information
LEQADA committed Apr 26, 2019
1 parent 1c644d8 commit 108837b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extension/docs/IntegrationGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ In order to make the extension module working, following parameters have to be p
| `API_EXTENSION_BASE_URL` | URL of the Extension module. This URL will be called by CTP Extension endpoint. |
| `ADYEN_API_KEY` | Go to [Account/Users](https://ca-test.adyen.com/ca/ca/config/users.shtml) - Select a user with `Web Service` User type - Generate New API Key (notice: in case you get `403 Forbidden` error from Adyen, try to regenerate the key). |
| `ADYEN_MERCHANT_ACCOUNT` | Go to [Account/Merchant accounts](https://ca-test.adyen.com/ca/ca/accounts/show.shtml?accountTypeCode=MerchantAccount) and get the name in Acccount code. | |
| `KEEP_ALIVE_TIMEOUT` | milliseconds to keep a socket alive after the last response ([Node.js docs](https://nodejs.org/dist/latest-v8.x/docs/api/http.html#http_server_keepalivetimeout)) |

# Checkout steps
In your shop, ensure the steps below are done:
Expand Down

0 comments on commit 108837b

Please sign in to comment.