Adobe Commerce (Magento): Version 1.0.6
Release Date: May 31, 2023
This release fixes issues that prevented buyers from completing checkout and a problem with new Magento installations where payments remained "in progress" on the payment gateway.
Release Notes
The REPAY plug-in supports Magento 2 eCommerce.
Ticket | Type | Description |
---|---|---|
ERP-2985 | Fix | When checking out, if a buyer entered a billing address that was different from the shipping address (cleared the My billing and shipping address are the same checkbox), the billing address wasn't sent. The address verification for the credit card failed with this error:An error occurred on the server. Please try to place the order again.The buyer saw this message and couldn't complete their purchase. |
ERP-3782 | Fix | New Magento installations. Buyers could check out successfully but their payments remained in a state of "In Progress" on the payment gateway and were not completed. |
Multiple | Fix | In REPAY configuration, if the Disable All Card Validates option is set to No, transactions were not updated correctly in the payment gateway when the buyer used a new or saved credit card. In some cases, the buyer saw this error:No such entity with customerid = |
Downloads
REPAY for Magento 2 - Aps_v1.0.6.zip
Installation
If you have a previous version of the REPAY plug-in installed, remove it first. Use an SSH telnet client like PuTTY to access your Magento files.
To install the plugin:
- Download the REPAY plug-in 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 Magento installation is complete.