bluefinchcommerce/module-checkout-adyen

There is no license information available for the latest version (1.1.2) of this package.

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 2

Forks: 0

Open Issues: 0

Language:Vue

Type:magento2-module


README

CircleCI

GNU General Public License Version 3

Checkout Powered by BlueFinch

BlueFinch Checkout Adyen Module

Requirements

  • Magento 2.4.6 or higher
  • Node 16 or higher (for development purposes only)
  • Latest version of BlueFinch Checkout

Installation

Ensure you have installed the latest version of BlueFinch Checkout, which can be found here, BlueFinch Checkout.

To install the Checkout Adyen module, run the following command in your Magento 2 root directory:

composer require bluefinch/module-checkout-adyen

Checkout Adyen follows the standard installation process for Adobe Commerce.

For information about a module installation in Adobe Commerce, see Enable or disable modules.

Remember to clear any appropriate caches.

Once installed the module follows the same configuration settings as prescribed by the official Adyen integration documentation, see Adyen for Magento.

Local frontend development workflow

Please refer to the local frontend development workflow section of the BlueFinch Checkout contributing guidelines, that applies to all BlueFinch Checkout extension modules, such as this one.

CircleCi

CircleCi is a tool for us to use to allow for tested to be run on our modules before they are deployed.

This template comes with EsLint and PHPStan.

You can add more tests to this if you need to.

Testing your module locally

You can test CircleCi before you push your code.

To do this you need to install circleci locally.

brew install circleci

Then once this has been installed in the main directory of your package then.

circleci local execute