Hello, One of my members used his own affiliate link to create a new account and have a discounted recurring subscription. I don't allow this and would like to void all the recurring commissions. I found how to void the commissions from the latest payment, but is there a way to tell amember to void all the future commissions as well? Wouldn't like to void them manually each month. Thanks
Remove aff_id from that user's record in phpMyAdmin for example: update amember_users set aff_id = '' where member_id='USER_ID'