Skip to content

Commit

Permalink
Correct image path
Browse files Browse the repository at this point in the history
  • Loading branch information
gcatanese authored Aug 27, 2024
1 parent 3da68d7 commit 6cb134d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)).

Expand Down

0 comments on commit 6cb134d

Please sign in to comment.