REPAY ERP & eCommerce Release Notes logo
Back to Homepage Subscribe to Updates

ERP & eCommerce Release Notes

Labels

  • All Posts
  • REPAY ClickToPay
  • REPAY Payables Platform
  • Acumatica
  • CDK Global
  • eCommerce
  • Microsoft Dynamics 365
  • Sage 100
  • Sage 300
  • Sage Intacct
  • Sage X3
  • SAP Business One
  • Announcement
  • Compatibility
  • Hotfix

Jump to Month

  • May 2025
  • April 2025
  • March 2025
  • February 2025
  • January 2025
  • December 2024
  • November 2024
  • October 2024
  • September 2024
  • August 2024
  • July 2024
  • June 2024
  • May 2024
  • April 2024
  • March 2024
  • February 2024
  • January 2024
  • December 2023
  • November 2023
  • October 2023
  • September 2023
  • August 2023
  • July 2023
  • June 2023
  • May 2023
  • April 2023
  • March 2023
  • February 2023
  • January 2023
  • November 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • April 2022
  • March 2022
  • January 2022
  • December 2021
  • October 2021
  • August 2021
  • July 2021
  • May 2021
  • April 2021
  • March 2021
  • February 2021
  • January 2021
  • December 2020
  • November 2020
  • January 2017
eCommerce
a year ago

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. 

TicketTypeDescription
ERP-2985FixWhen 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-3782FixNew 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.
MultipleFixIn 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:

  1. Download the REPAY plug-in file and extract the contents.
  2. Rename the extracted folder to Aps.
  3. 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
  4. 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 {} +
  5. Navigate to the Magento 2 installation folder:
    cd /var/www/html/magento2
  6. 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.