You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the WooCommerce plugin there is a possibility the filter woocommerce_thankyou_order_received_text is called with null instead of a valid WC_Order object.
This leads to the Mollie_WC_Gateway_Abstract->onOrderReceivedText method triggering the following fatal error.
2018/06/05 09:09:04 [error] 188#188: *874934 FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught Error: Call to a member function get_payment_method() on null in /plugins/mollie-payments-for-woocommerce/includes/mollie/wc/gateway/abstract.php:1352
The text was updated successfully, but these errors were encountered:
In the WooCommerce plugin there is a possibility the filter
woocommerce_thankyou_order_received_text
is called withnull
instead of a validWC_Order
object.See https://github.com/woocommerce/woocommerce/blob/3.4.1/templates/checkout/thankyou.php#L83
This leads to the
Mollie_WC_Gateway_Abstract->onOrderReceivedText
method triggering the following fatal error.The text was updated successfully, but these errors were encountered: