[MM-48097]: Delinquency Email Spacing/Wording Changes (#21740)

Этот коммит содержится в:
emmyni
2022-11-28 14:46:48 -05:00
коммит произвёл GitHub
родитель 62d9218011
Коммит cfa008e9c3
7 изменённых файлов: 11 добавлений и 11 удалений

Просмотреть файл

@@ -1037,7 +1037,7 @@ func (es *Service) SendNoCardPaymentFailedEmail(email string, locale string, sit
func (es *Service) SendDelinquencyEmail7(email, locale, siteURL, planName string) error {
T := i18n.GetUserTranslations(locale)
subject := T("api.templates.payment_failed.subject")
subject := T("api.templates.payment_failed.subject", map[string]any{"Plan": planName})
data := es.NewEmailTemplateData(locale)
data.Props["SiteURL"] = siteURL