arborrow / montserrat

A retreat management application written in Laravel
12 stars 4 forks source link

notify finance when registration with deposit is canceled; fixes #456 #457

Closed arborrow closed 3 years ago

arborrow commented 3 years ago

Create new Mail and blades; also adds email notification to flash session so the person updating the record is aware that an email has been sent.

arborrow commented 3 years ago

Unit tests pass. Also tested scenarios where the event changes and the status_id is set to cancel. The appropriate emails were sent so it seems to work.