Well, I need this to work in both manual subscriptions and recurring (auto renewals)
This is what I'm doing:
I first make a subscription on the front end using the dummy gateway payment.
Then I check if the ACL groups were correctly assigned.
Then I proceed to the PHPMyAdmin database
and on the database table cbsubs_subscriptions.
I edit the fields "subscription_date", "last_renewed_date" and "exiry_date"
I move them all back 1 month and 1 day. That triggers the expiration.
Then I go back to the site user and make sure the ACL permissions were reassigned correctly.
Then I go back to the front end and proceed to renew the subscription, and then repeat the whole process again.
On this way I can check the manual renewal.
But how can I trigger an auto renewal to make sure that works as well?
Also for the manual renewal I thought exactly about the CB Query Field.
So I created I new field on Community Builder ----> Field Management, but I'm not sure how to set it up.
Which of the 2 suggestions will work best for me, and how can I check them to make sure both manual and auto renewals are working correctly?
Thanks