Recurring payments and subscription expiration date 2
-
A member has a paid level with expires-in -1-year setting. Say he paid on May 30, 2014. That means initial payment got though OK. So expiration date set to May 30, 2015. His recurring payment through Paypal was set to May 30.
Imagine like there is a is a short delay in processing the second payment and say it goes through on June 2 2015 while the membership expired in May 30. Membership expiration cancels recurring payments.
I notice there is a way to prevent this by delaying the cancellation date.
You can prevent this if you wish by using the pmpro_cancel_previous_subscriptions filter. This code would disable that, or you can create your own code to extend the time before cancelling, etc:
add_filter(‘pmpro_cancel_previous_subscriptions’, ‘__return_false’);Honestly i am not code person. Could anyone help as i want to delay the cancellation date (says 3 days) so that people are able to make payment first.
- The topic ‘Recurring payments and subscription expiration date 2’ is closed to new replies.