Installation

Installation of the Ratepay payment module via composer

Enter the following commands in your terminal from the root of your shop directory:

Copy
Copied
composer require ratepay/magento2-payment
php bin/magento module:enable RatePAY_Payment
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento cache:clean