Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 843 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 843 Bytes

MONEI Payments Adobe Commerce (Magento 2) Official Module

Description

To accept payments through MONEI in your Adobe Commerce (Magento 2) store you simply need to install and configure MONEI Adobe Commerce Extension.

Minimum Compatibility

  • PHP: ^8.1.0
  • Magento: >=2.4.5

Installation Instructions

You can install this package using composer by adding it to your composer file using following command:

composer require monei/module-monei-payment

Enable module

php magento/bin/magento module:enable Monei_MoneiPayment

Finally, run setup upgrade to enable new modules:

php magento/bin/magento setup:upgrade

For more information, please refer to the official documentation.