Skip to content

adyen-examples/adyen-magento-plugin-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Adyen Magento 2 Plugin integration demo

In this demo, you can spin up a Magento instance and install the Adyen Payment plugin to see how it works.

Setup

Requirements

  • Docker

Installation

  1. Clone this repo:
git clone https://github.com/adyen-examples/adyen-magento-plugin-demo.git
  1. Navigate to the root directory, set APP_URL and port. You can use your preferred port:
export APP_URL=127.0.0.1:8080
  1. Run docker compose to spin up the Magento Docker image. This may take a few minutes depending on your internet and system speed.
docker-compose up
  1. Open a new terminal tab in the current directory and install the Adyen Magento plugin:
./install.sh

Usage

  1. Visit shop page http://localhost:8080
  2. Login to the admin dashboard (http://localhost:8080/admin/) to configure your API keys. Remember to include http://localhost:8080 in the list of Allowed Origins on the Customer Area.

To try out integrations with test card numbers and payment method details, see Test card numbers.

Contributing

We commit all our new features directly into our GitHub repository. Feel free to request or suggest new features or code changes yourself as well!

Find out more in our Contributing guidelines.

License

MIT license. For more information, see the LICENSE file in the root directory.

About

A demo application on how to accept payments on your Adobe Commerce (Magento) E-commerce website with cards, wallets, and key local payment methods.

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Contributors

Languages