Skip to content

Checkout.com Magento 2 Module - v2.2.8

Compare
Choose a tag to compare
@luke-fenn-cko luke-fenn-cko released this 17 Nov 11:36
· 668 commits to master since this release
9ed4a19

2.2.8 Release Notes
The primary aim of this release was to focus on important functionality and then refactoring the plugin to better perform that functionality. This was also done with the intention of reducing bugs and better code standards. We have made the following changes:

• Removed 7 deprecated class dependencies
• Removed any unused class dependencies
• Refactor WebhookHandlerService.php
• Refactor TransactionHandlerService.php
• Created new class OrderStatusHandlerService.php
• Fixed syntax errors

Features and Improvements:

• Automatically select the most frequently used payment method 
• Option to turn off saving webhooks to the webhook table Global Settings > Enable Webhook Table. 
• Webhooks will always be processed in the correct order when the webhook table is enabled
• Webhooks that are saved to the checkoutcom_webhooks MySQL table now have additional information about when they were received and when/if they were processed by the plugin.
• Support for refunds using third party order management systems (OMS)

Bug Fixes:

• Fix APM payments not displaying the correct information in The Hub.
• Fix 3DS orders intermittently causing MySQL deadlocks