saucal / woocommerce-gateway-amazon-pay

Amazon Pay Gateway
0 stars 1 forks source link

Tweak/plugin compat updates #210

Closed dpanta94 closed 1 year ago

dpanta94 commented 1 year ago

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 to onCheckoutValidation. There was a deprecation notice while testing using the woocommerce blocks feature plugin.

How to test the changes in this Pull Request:

  1. The woocommerce blocks checkout should be functional after the deprecation update
  2. The php warning should not appear after failed transactions

Other information:

Changelog entry

Tweak - Update WP and WC tested up to Fix - PHP warning on failed transactions Fix - WooCommerce Blocks compatibility