[x] Does your code follow the Extendables standards?
[ ] Have you written new tests for your changes, as applicable?
[x] Have you successfully run tests with your changes locally?
Changes proposed in this Pull Request:
Updates plugin compatibility headers with WP and WC.
Fixes a php warning which could occur on failed transactions.
Updates woo blocks checkout event from onCheckoutValidationBeforeProcessing to onCheckoutValidation. There was a deprecation notice while testing using the woocommerce blocks feature plugin.
How to test the changes in this Pull Request:
The woocommerce blocks checkout should be functional after the deprecation update
The php warning should not appear after failed transactions
Other information:
[x] Have you checked to ensure there aren't other open Pull Requests for the same update/change?
Changelog entry
Tweak - Update WP and WC tested up to
Fix - PHP warning on failed transactions
Fix - WooCommerce Blocks compatibility
All Submissions:
Changes proposed in this Pull Request:
Updates plugin compatibility headers with WP and WC. Fixes a php warning which could occur on failed transactions. Updates woo blocks checkout event from
onCheckoutValidationBeforeProcessing
toonCheckoutValidation
. There was a deprecation notice while testing using the woocommerce blocks feature plugin.How to test the changes in this Pull Request:
Other information:
Changelog entry