strangerstudios / pmpro-cancel-on-next-payment-date

Change membership cancellation in Paid Memberships Pro to set expiration for next payment date instead of cancelling immediately.
https://www.paidmembershipspro.com/add-ons/cancel-on-next-payment-date
8 stars 8 forks source link

Fix bracket and bail in an additional case #30

Closed mircobabini closed 1 year ago

mircobabini commented 2 years ago

All Submissions:

Changes proposed in this Pull Request:

1) I've found this one in my logs PHP Notice: Undefined index: from This is happening because the empty condition is not working well, because of a misplaced bracket.

2) Resolves #35, #38

Other information: