strangerstudios / pmpro-woocommerce

Connect Paid Memberships Pro with WooCommerce and WooCommerce Subscriptions to sell membership products and offer members-only product discounts.
https://www.paidmembershipspro.com/add-ons/pmpro-woocommerce/
46 stars 32 forks source link

Removed an undefined variable #173

Closed JarrydLong closed 1 year ago

JarrydLong commented 1 year ago

Use of $has_sub is not defined anywhere in the function. Might have been a copy/paste error while moving the function into an if statement.

Resolves #170

Steps to recreate:

  1. Enable debug loggins
  2. Ensure that the user has a membership level that is associated with a subscription in Woo
  3. Cancel the subscription
  4. No error should be reported anymore