$cart_contains_subscription is undefined
-
Hi there,
since the last update to version 8.6.0 we receive an error on the cart page. It says that in the file /plugins/woocommerce-payments/includes/class-wc-payments.php on line 1887 the variable $cart_contains_subscription isn’t defined.
Well, yes, it isn’t defined if the if-condition above it is not executed (the variable is initialized inside the if). I fixed it by initializing it with “false” right below where $is_subscription is initialized (line 1879).
Would be nice if this issue is fixed in the next update!
Cheers,
Lisa
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘$cart_contains_subscription is undefined’ is closed to new replies.