Replies: 0
Hey there –
I’m seeing the following uncaught exception in our error logs…
Uncaught exception ‘WC_Data_Exception’ with message ‘Invalid billing email address’ in /nas/content/live/jambase7/wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-data.php:810
It seems as though this is caused by the function set_billing_email() being called outside of a try catch block.
This could possibly be happening inside of the save_account_details() function here…
wp-content/plugins/woocommerce/includes/class-wc-form-handler.php
Or the update_local_order() function here…
wp-content/plugins/facebook-for-woocommerce/includes/Commerce/Orders.php