8 months ago
Adobe Commerce (Magento2): Version 3.2.0
Released: May 23, 2024
This release includes a fix for when a transaction fails and internal security fixes and updates.
Release Notes
Ticket | Type | Description |
---|---|---|
ERP-6130 | Fix | Internal security fixes and updates. |
ERP 6462 | Fix | On checkout, when a credit card is declined or a transaction fails, an error message is now shown to the buyer, explaining the issue. The payment form refreshes, so they can try a different card. |
Downloads
Installation
If you have a previous version of the REPAY plugin installed, remove it first. Use an SSH telnet client like PuTTY to access your Magento files.
To install the plugin:
- Download the REPAY plugin file and extract the contents.
- Rename the extracted folder to Aps.
- Log in to your Magento server and copy the Aps folder to the following location (create /code/Asi/ if necessary).
/var/www/html/magento2/app/code/Asi/Aps
- Using sudo permissions, set the file permissions for the Aps folder:
sudo find . -type d -exec chmod 775 {} + && sudo find . -type f -exec chmod 664 {} +
- Navigate to the Magento 2 installation folder:
cd /var/www/html/magento2
- Using sudo permissions, run these commands, in order, to complete the installation.
sudo bin/magento cache:disable sudo bin/magento setup:upgrade sudo bin/magento setup:di:compile sudo bin/magento cache:enable sudo bin/magento cache:flush
The REPAY installation is complete.