monei/module-monei-payment

MONEI Payments Adobe Commerce (Magento 2) module

1.3.4 2024-05-03 14:59 UTC

This package is auto-updated.

Last update: 2024-05-03 15:06:41 UTC


README

Description

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

Live Demo

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.