Page MenuHomePhorge

"End of Trial" notification
ClosedPublic

Authored by machniak on May 30 2022, 12:04 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, May 4, 7:03 PM
Unknown Object (File)
Tue, Apr 30, 1:35 PM
Unknown Object (File)
Tue, Apr 30, 11:38 AM
Unknown Object (File)
Tue, Apr 30, 11:38 AM
Unknown Object (File)
Tue, Apr 30, 11:38 AM
Unknown Object (File)
Tue, Apr 30, 11:38 AM
Unknown Object (File)
Tue, Apr 30, 11:38 AM
Unknown Object (File)
Sat, Apr 27, 8:06 PM
Subscribers
Restricted Project

Details

Reviewers
mollekopf
Group Reviewers
Restricted Project
Commits
rK75500ef88863: "End of Trial" notification
Test Plan

./phpunit

Diff Detail

Repository
rK kolab
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

machniak created this revision.
  • Cleanup, fix incomplete support url in mail if configured location is relative
mollekopf subscribed.
mollekopf added inline comments.
src/app/Console/Commands/Wallet/TrialEndCommand.php
43

Given you filter on trail_end_notice you *could* date-filter on created_at > subMonthDateNoOverflow(2) (everyone that is still in the second month). This would allow to "catch-up" should the command for some reason not execute on a specific day, and otherwise result in the same.

This revision is now accepted and ready to land.May 31 2022, 12:23 PM
  • Send end of trial notice to accounts older than 1 month
This revision was automatically updated to reflect the committed changes.