Undefined variable on line 846
-
Hey guys I’m seeing PHP errors in our logs:
PHP Notice: Undefined variable: order in /plugins/WooCommerce_Afterpay/woocommerce-afterpay.php on line 846
PHP Notice: Trying to get property ‘id’ of non-object in /plugins/WooCommerce_Afterpay/woocommerce-afterpay.php on line 846
That line in the plugin is:
$payment_method = get_post_meta( $order->id, ‘_payment_method’, true );
Any ideas?
Thanks
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Undefined variable on line 846’ is closed to new replies.