PHP Warning in error_log after payment
-
PHP 8.1.27
WordPress 6.4.2
WooCommerce 8.5.1
WooCommerce PayPal Payments 2.5.0
Payments are going through and being accepted, however for every single purchase there is an error in the error_log file.
Below are some of the lines:[23-Jan-2024 01:02:38 UTC] PHP Warning: Undefined property: stdClass::$authentication_result in /wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-button/src/Helper/ThreeDSecure.php on line 73
[23-Jan-2024 01:11:03 UTC] PHP Warning: Undefined property: stdClass::$authentication_result in /wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-button/src/Helper/ThreeDSecure.php on line 73
[23-Jan-2024 01:11:07 UTC] PHP Warning: Undefined property: stdClass::$avs_code in /wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-api-client/src/Factory/FraudProcessorResponseFactory.php on line 28
[23-Jan-2024 01:38:34 UTC] PHP Warning: Undefined property: stdClass::$authentication_result in /wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-button/src/Helper/ThreeDSecure.php on line 73Has anyone else seen this behavior?
- The topic ‘PHP Warning in error_log after payment’ is closed to new replies.