Posted by wallbay1 on October 20, 2008 at 2:39am
Jump to:
| Project: | lm_paypal |
| Version: | 6.x-2.x-dev |
| Component: | LM Paypal Donations |
| Category: | bug report |
| Priority: | critical |
| Assigned: | tapas_talukder |
| Status: | active |
Issue Summary
First I am sorry if this is a duplicate issues.
I set the subscription for two months. And normally after two months the user role should go back to authenticated not stay at gold member. The problem is after the two month period the user role doesn't change and we cannot go over all these users and change manually.
I my missing something?
how can we make the role of the user to downgrade to authenticated if they don't renew their membership?
Thanks
Comments
#1
Honestly, If the role of the user doesn't downgrade to a lesser one. what's the point of calling that subscription? I think there is a very important component missing here, this module should have an option where for example you have authenticated member and gold. you pay to upgrade to gold, but if you don't renew you will be automatically converted to authenticated user until you renew. It make more sense
#2
This sounds like something that the module should have done automatically. Do you have time to do some debugging? Is your cron working properly? What events did you see from Paypal about this? (check the recent IPNs at admin/settings/lm_paypal/ipns)
Also, please, add your comments to #328730: Make it easier to integrate with LM Paypal
#3
Oh I did not run the cron
speaking of which how do I run it I can't find the link anywhere
#4
See http://drupal.org/cron for documentation
#5
#6
On a similar note: if a user is a "Role1" user and then subcribes to "Role2", lm_paypal simply adds Role2 to the user instead of switching them from Role1 to Role2. This can be problematic in certain situations. Any suggestions? Thanks.