From 696062400ed38f83532822cbd00088d3dc0796a8 Mon Sep 17 00:00:00 2001 From: Goran Stamenkovski Date: Tue, 7 May 2024 12:14:55 +0200 Subject: [PATCH] Add advanced flow link to the readme ISSUE: ADPM-55 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6fd3c0a58..2968a46d1 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ Please follow the detailed guides below in order to integrate your front end wit The extension module is a publicly exposed service that acts as a middleware between the commercetools platform and Adyen. Once [commercetools HTTP API Extensions](https://docs.commercetools.com/api/projects/api-extensions) is configured to call Adyen extension module, for every payment create or update request an Adyen extension will be remotely called by the commercetools platform. -- Follow [Integration Guide](./extension/docs/WebComponentsIntegrationGuide.md) for information how to integrate your shop with this module. +- Follow [Integration Guide](./extension/docs/WebComponentsIntegrationGuide.md) for information how to integrate your shop with this module. For advanced integration flow follow the [advanced integration guid](./extension/docs/AdvancedCheckoutFlowIntegrationGuide.md). - Follow [How to run](extension/docs/HowToRun.md) the extension module. ### Notification module