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 3.1.0

Release Date: December 6, 2023

This release includes usability improvements, support for a second payment gateway (the REPAY gateway), and optimized source code according to Adobe Commerce and PHP standards. 

Release Notes

TicketTypeDescription
MultipleFeatureREPAY Gateway. Updated and tested all REPAY payment method features to ensure compatibility with both the REPAY and Legacy gateways.

Under Manage Payment Gateway Connections, you can now select either the Legacy or REPAY gateway and enter the appropriate credentials:

  • Legacy Gateway - Merchant API key
  • REPAY Gateway - Client ID and client secret

WARNING! If you are a current customer, your payment gateway is the Legacy gateway. Do not switch the gateway setting to REPAY.

MultipleFeaturePayment Method Setup. We removed the Payment Gateway Settings heading to make navigation easier.


Downloads

Download the REPAY Plug-in

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 Adobe Commerce installation is complete.