mirror of
https://github.com/plausible/analytics.git
synced 2024-12-24 18:12:44 +03:00
Send cancellation email safely
This commit is contained in:
parent
775ae6228f
commit
8fa1d60ff0
@ -54,7 +54,7 @@ defmodule Plausible.Billing do
|
||||
case Repo.update(changeset) do
|
||||
{:ok, updated} ->
|
||||
PlausibleWeb.Email.cancellation_email(subscription.user)
|
||||
|> Plausible.Mailer.send_email()
|
||||
|> Plausible.Mailer.send_email_safe()
|
||||
|
||||
{:ok, updated}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user