Complete the following steps to install the Revolut Gateway for Adobe Commerce (Magento 2) plugin manually:
Download the Revolut Gateway for Adobe Commerce (Magento 2) .zip
file.
Locate the /app/code
directory inside the root directory.
You might need to create it yourself.
Extract the plugin in .zip
format that you downloaded in the /app/code
directory.
$ unzip revolutgatewayformagento2.zip
Open a terminal in the magento2
root folder and run the commands in the provided code block to install the plugin.
$ php bin/magento setup:upgrade
$ php bin/magento setup:di:compile
$ php bin/magento setup:static-content:deploy
When the installation is done, flush the cache using the admin panel or the following terminal command.
$ php bin/magento cache:flush
Now, log in to your store's admin panel and navigate to Stores > Configuration > Sales > Payment Methods > Revolut. You should see Revolut under Other payment methods.
Congratulations! You have installed the Revolut Gateway for Adobe Commerce (Magento 2) plugin. You are almost ready to start accepting payments.
If you have troubles running the commands in Step 4:
memory_limit
variable in the /conf/php.ini
file to more than 756 MB
.The Revolut Gateway for Adobe Commerce (Magento 2) plugin is only compatible with Magento versions: 2.3.x
-2.4.x
.