Closed dfirebaugh closed 4 years ago
It looks like some of the notifications are already going out. I set these up to get triggered when we call an event.
Having some issues setting up the mail integration locally. Can you test this when you get a chance?
We can add another listener on MemberRevoked in webCode/membership/app/Providers/EventServiceProvider.php to actually revoke the membership
MemberRevoked
... and I guess we will need to add a command to run on schedule in kernel.php
kernel.php
It looks like some of the notifications are already going out. I set these up to get triggered when we call an event.
Having some issues setting up the mail integration locally. Can you test this when you get a chance?
We can add another listener on
MemberRevoked
in webCode/membership/app/Providers/EventServiceProvider.php to actually revoke the membership... and I guess we will need to add a command to run on schedule in
kernel.php
26