Releases: ParadoxLabs-Inc/cybersource
Releases · ParadoxLabs-Inc/cybersource
2.0.0 - SOAP P12 Authentication support
What's Changed
WARNING: You MUST configure a new SOAP API Key after updating from version 1.x. See instructions and more details
- Added CyberSource SOAP P12 Certificate Authentication (mandatory starting May 13, 2025).
- Added a setting to enable/disable Payer Authentication by card type.
- Updated CyberSource SOAP API 1.161 to 1.224.
- Fixed a customer payment options address inputs validation issue.
- Fixed a CVV tooltip rendering issue.
- Fixed a payment load error on Instant Purchase.
- Fixed a PHP 7.1-7.2 compatibility issue.
- Fixed capture of expired authorizations with an archived request ID (response code 102).
Full Changelog: 1.5.0...2.0.0
1.5.0 - Strict CSP support
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 CSP/SRI secure mode support for 2.4.0+ (2.4.7 checkout compatibility).
- Fixed payment extension attributes holding tokenbase_id values improperly.
- Fixed reorder applying the original payment method if a new card was entered.
Full Changelog: 1.4.0...1.5.0
1.4.0 - Jan 23, 2024
- Added Instant Purchase support for customers with active stored cards.
- Fixed a PHP notice if phone number is optional and missing.
- Fixed possible multibyte string errors in address fields.
1.3.3 - Nov 9, 2023
- Added preliminary support for Magento 2.4.7-beta2.
- Fixed ACH form template on multishipping checkout.
- Fixed card type detection on multishipping checkouts. (Thanks Will)
- Fixed logging of empty transaction update responses ("Requested Resource Not Found").
- 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 REST API GET requests (1.3.1 regression).
- Fixed REST API signature parentheses deprecation.
1.3.2 - May 11, 2023
- Changed license from proprietary to Apache 2.0. Issues and contributions are welcome on GitHub.
- Fixed disallowed characters in Secure Acceptance billing address fields.
- Fixed hyphenated transaction IDs possibly being sent to payment gateway on refund.
- Fixed possible Cloud deploy pipeline error from DI constants.