Retry payments get a fatal error
-
Hi,
We use the latest versions of WooCommerce and WooCommerce Subscriptions alongside this plugin. Recently we see this error:
...(subscription payment retry) failed to finish processing due to the following error: Uncaught Error: Call to undefined function wc_get_notices() in wp-content/plugins/woocommerce-gateway-paypal-powered-by-braintree/includes/class-wc-gateway-braintree.php:1637
Now, it looks like WooCommerce explicitly requires you to load the notices functions by requiring this file:
include_once WC_ABSPATH . 'includes/wc-notice-functions.php';
I am not sure, but it seems this does only happen on the frontend and in a cart situation. Maybe this is not triggered with this retry? We are on a cron while doing this.
Can you shed some light on this? Causing some serious issues on our side.
Thanks!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Retry payments get a fatal error’ is closed to new replies.