Skip to content

Releases: ParadoxLabs-Inc/authnetcim

5.1.0 - Strict CSP support + improvements

28 Jun 17:10
Compare
Choose a tag to compare

What's Changed

WARNING: Any customized extension templates or JS in your theme must be updated for compatibility with Magento's new strict CSP blocking on checkout.

  • Added ability to set custom communicator URL for headless frontends.
  • Added approve/deny suspected fraud payments from the Magento order details.
  • Added card persistence upon processing of a hosted-form order that was held-for-review.
  • Added CSP/SRI secure mode support for 2.4.0+ (2.4.7 checkout compatibility).
  • Added validation mode option to Hosted forms for Payment Options and save-info checkout.
  • Changed payment form default to Accept.js due to differing behaviors of Hosted form for longtime users.
  • Changed the default validation mode to testMode going forward (fewer txn fees; redundant with typical Hosted configuration).
  • Changed the hosted form cancel button to reload the page, rather than reset the payment form.
  • Fixed hosted form card updates from fetching profile details from CIM unnecessarily.
  • Fixed legacy card imports failing to set card type.
  • Fixed payment extension attributes holding tokenbase_id values improperly.
  • Fixed reorder applying the original payment method if a new card was entered.
  • Fixed the admin checkout hosted payment form failing to load when it defaults to 'Add a new card'.
  • Removed the deprecated 'none' validation mode.

Full Changelog: 5.0.1...5.1.0

5.0.1

23 Jan 16:45
Compare
Choose a tag to compare
  • Added Instant Purchase support for customers with active stored cards.
  • Fixed a reported error on subscription rebilling with hosted forms enabled.
  • Fixed Maestro Domestic matching to prevent false matches.
  • Fixed the inline form type loading the wrong form component on checkout.

5.0.0 - Dec 7, 2023: Hosted Forms

07 Dec 16:26
Compare
Choose a tag to compare
  • Added Hosted Form support (Authorize.net Accept Hosted / Accept Customer) for PCI SAQ A security.
  • Added Hyva Checkout support via Hosted Forms. Please install additional composer package: paradoxlabs/authnetcim-hyva-checkout (Thank you @callum-zero1 and ZERO-1 for assistance)
  • Added payment captcha support via Hosted Forms.
  • Added device type indicator (website) to transaction requests.
  • Added item 'taxable' flag to transaction requests.
  • Changed settings for ease of use.
  • Fixed 10-card profile limit for Hosted Forms by creating a new CIM customer profile per checkout.
  • DEPRECATION NOTICE: Inline credit card form support will be removed in a future release.

4.5.3 - Nov 9, 2023

09 Nov 17:42
Compare
Choose a tag to compare
  • Added preliminary support for Magento 2.4.7-beta2.
  • Changed CC BIN storage to enabled by default.
  • Fixed ACH form template on multishipping checkout.
  • Fixed payment info incorrectly persisting and preventing new card entry after a payment decline or admin reorder.
  • Fixed performance issue on order grid and order collection load. (Thanks @lbajsarowicz)
  • Fixed PHP 8.2 compatibility.
  • Fixed possible error on 'Get Payment Update' if transaction is closed.
  • Fixed possible infinite spinner upon failure in virtual checkout.

4.5.2 - May 11, 2023

11 May 19:42
Compare
Choose a tag to compare
  • Changed license from proprietary to Apache 2.0. Issues and contributions are welcome on GitHub.
  • Fixed hyphenated transaction IDs possibly being sent to payment gateway on refund.
  • Fixed possible Cloud deploy pipeline error from DI constants.