Recently our plugin faces some issues on WooCommerce version 8.3.1, but it is working properly now. We have decreased the WooCommerce version to 8.2.2 and resolve the old errors, but now new problems arrived basically we are working with the product price and cart price is there any way to know that WooCommerce have changed their hooks from version 8.2.2. to 8.3.1. I just want to know the changes, it will help me to identify the problem exact location.
I also have found this issue: WooCommerce Support » Checkout broke with 8.3.0
looking at the forum page linked a use named kevin said
I have found the problem. In
In
and
the last parameter
was changed from
to
Changing this back to true, checkout works again.
Here is the commit that broke this functionality: https://github.com/woocommerce/woocommerce/commit/fe6e43b438710ecd3b0a97bfbe74bc6559a3db69
Kevin
could not tell you if this will fix or not, so please don't take my word as law, just something to try maybe