Skip to content

Version 4.1.0

Compare
Choose a tag to compare
@afterpayplugins afterpayplugins released this 26 Jun 07:24
· 21 commits to main since this release

Version 4.1.0

Mon 26 June 2023

Supported Editions & Versions

Tested and verified in clean installations of Magento 2:

  • Magento Community Edition (CE) version 2.3.7-p4

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.