From 6cb134d389e25d6ad6abd729475dea7806b42486 Mon Sep 17 00:00:00 2001 From: Beppe Catanese <1771700+gcatanese@users.noreply.github.com> Date: Tue, 27 Aug 2024 14:06:27 +0200 Subject: [PATCH] Correct image path --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1ce2a6a..8613127 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,9 @@ _NOTE: To allow the Adyen Drop-In and Components to load, you have to add `https ## Details -This repository showcases a PCI-compliant integration of the [Sessions Flow](https://docs.adyen.com/online-payments/build-your-integration/additional-use-cases/), the default integration that we recommend for merchants. Explore this simplified e-commerce demo to discover the code, libraries and configuration you need to enable various payment options in your checkout experience. +This repository showcases a PCI-compliant integration of the [Sessions Flow](https://docs.adyen.com/online-payments/build-your-integration/additional-use-cases/), the default integration that we recommend for merchants. Explore this simplified e-commerce demo to discover the code, libraries and configuration you need to enable various payment options in your checkout experience. It is implemented in Typescript (5.0) using Nuxt v3 and Vue 3+. -The application is implemented in Typescript (5.0) using Nuxt v3 and Vue 3+. -![Card checkout demo](assets/images/cardcheckout.gif) +![Card checkout demo](public/images/cardcheckout.gif) The demo leverages Adyen's API Library for Node.js ([GitHub](https://github.com/Adyen/adyen-node-api-library) | [Docs](https://docs.adyen.com/development-resources/libraries#javascript)).