mirror of
https://github.com/plausible/analytics.git
synced 2024-11-23 03:04:43 +03:00
48b02c1396
This commit fixes a bug where the SendTrialNotifications job tried to suggest a plan for users switching to enterprise plans, resulting in the exception below: ``` UndefinedFunctionError: function :enterprise.volume/0 is undefined (module :enterprise is not available) Module "enterprise", in :enterprise.volume/0 File "lib/plausible_web/templates/email/trial_upgrade_email.html.eex", line 5, in PlausibleWeb.EmailView."trial_upgrade_email.html"/1 File "lib/phoenix_view.ex", line 381, in Phoenix.View.render_within/3 File "lib/phoenix_view.ex", line 557, in Phoenix.View.render_to_iodata/3 File "lib/phoenix_view.ex", line 564, in Phoenix.View.render_to_string/3 File "lib/bamboo_phoenix.ex", line 291, in Bamboo.Phoenix.render_text_or_html_email/1 File "lib/workers/send_trial_notifications.ex", line 67, in Plausible.Workers.SendTrialNotifications.send_today_reminder/1 File "lib/workers/send_trial_notifications.ex", line 36, in anonymous fn/2 in Plausible.Workers.SendTrialNotifications.perform/1 ``` |
||
---|---|---|
.. | ||
check_usage_test.exs | ||
clean_email_verification_codes_test.exs | ||
clean_invitations_test.exs | ||
expire_domain_change_transitions_test.exs | ||
import_google_analytics_test.exs | ||
lock_sites_test.exs | ||
notify_annual_renewal_test.exs | ||
schedule_email_reports_test.exs | ||
send_check_stats_emails_test.exs | ||
send_email_report_test.exs | ||
send_site_setup_emails_test.exs | ||
send_trial_notifications_test.exs | ||
spike_notifier_test.exs |