diff --git a/extension/docs/HowToRun.md b/extension/docs/HowToRun.md index 4b86f0939..f44424a28 100644 --- a/extension/docs/HowToRun.md +++ b/extension/docs/HowToRun.md @@ -102,7 +102,7 @@ Extension module requires 1 environment variable to start. This environment vari | `other` | `logLevel` | The log level (`trace`, `debug`, `info`, `warn`, `error`, `fatal`). | `info` | | `other` | `keepAliveTimeout` | Milliseconds to keep a socket alive after the last response ([Node.js docs](https://nodejs.org/dist/latest/docs/api/http.html#http_server_keepalivetimeout)). | Node.js default (5 seconds) | | `other` | `generateIdempotencyKey` | If set to true, adyen-integration will generate the idempotency key for capture and refund requests. | false | -| `other` | `apiExtensionBaseUrl` | Publicly available URL of the Extension module. In case of any payment changes, [commercetools API extension](https://docs.commercetools.com/api/projects/api-extensions) will call this URL and pass the payment object in body. This attribute is used when calling `npm run setup-resources` | | +| `other` | `apiExtensionBaseUrl` | Publicly available URL of the Extension module. In case of any payment changes, [commercetools API extension](https://docs.commercetools.com/api/projects/api-extensions) will call this URL and pass the payment object in body. This attribute is used when calling `npm run setup-resources` | | ### External file configuration