Skip to content

Version 5.1.0

Choose a tag to compare

@afterpayplugins afterpayplugins released this 26 Jun 07:18

Version 5.1.0

Mon 26 June 2023

Supported Editions & Versions

Tested and verified in clean installations of Adobe Commerce:

  • Adobe Commerce Enterprise Edition (EE) version 2.4.5

Highlights

  • Made the “Automatic Payment Reversals” feature optional, and disabled by default.
    - This feature was designed to prevent a scenario where a consumer continues to pay for an order that failed to finalise within Magento.
    - It triggers after payment is approved, if Magento throws an exception while attempting to save an order.
  • Improved the “Automatic Payment Reversals” feature:
    - Added a new check to determine if an order record was created despite the Magento exception.
    - If an order is found, set its status to “Pending Exception Review” and leave a comment containing the exception message.
    - If no order is found and the auto-reversals feature is enabled, only then trigger a payment reversal.
  • Improved the “Restricted Categories” feature to allow users to select categories that are hidden from menus.
  • Revised order comments for the Deferred Payment Flow.
  • Added support for decimal item quantities.