Merge pull request #2775 from basecamp/queenbee-account-callbacks

Implement Queenbee account callbacks
This commit is contained in:
Donal McBreen
2026-04-01 08:09:25 +01:00
committed by GitHub
5 changed files with 129 additions and 7 deletions
@@ -4,9 +4,6 @@
<ul>
<li>No one can access the account anymore</li>
<% if @account.try(:subscription) %>
<li>We won't charge you anymore</li>
<% end %>
<li>Everything in the account will be deleted in <%= distance_of_time_in_words_to_now(Account::Incineratable::INCINERATION_GRACE_PERIOD.from_now) %></li>
</ul>
@@ -3,9 +3,6 @@ Your Fizzy account "<%= @account.name %>" was cancelled.
WHAT HAPPENS NOW?
- No one can access the account anymore
<% if @account.try(:subscription) %>
- We won't charge you anymore
<% end %>
- Everything in the account will be deleted in <%= distance_of_time_in_words_to_now(Account::Incineratable::INCINERATION_GRACE_PERIOD.from_now) %>
CHANGED YOUR MIND?