Critical Uncaught Error 9.3.0
-
Hi,
I’m encountering a critical error during the checkout process with the WooCommerce Stripe Payment Gateway plugin, since updating to 9.3.0. The error message is as follows:
2025-03-14T08:58:15+00:00 Critical Uncaught Error: Call to a member function get_payment_method_title() on false in /web/wp-content/plugins/woocommerce-gateway-stripe/includes/payment-methods/class-wc-stripe-upe-payment-gateway.php:2963The error seems to occur when the plugin tries to filter the “thank you” text after an order is received, indicating that the expected payment method object is returning as
false. I’ve already:- Checked my payment gateway settings in WooCommerce.
- Updated both WooCommerce and the Stripe plugin to their latest versions.
- Reviewed the code and noted that the issue arises in the
filter_thankyou_order_received_text()method in the file mentioned above.
Could someone clarify whether this is a known issue, and if there is a recommended fix or workaround to ensure that the payment method object is correctly instantiated?
Thanks in advance for your help!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Critical Uncaught Error 9.3.0’ is closed to new replies.