mirror of
https://github.com/bitwarden/server
synced 2025-12-24 20:23:21 +00:00
[PM 19727] Update InvoiceUpcoming email content (#6168)
* changes to implement the email * Refactoring and fix the unit testing * refactor the code and remove used method * Fix the failing test * Update the email templates * remove the extra space here * Refactor the descriptions * Fix the wrong subject header * Add the in the hyperlink rather than just Help center
This commit is contained in:
@@ -10,4 +10,9 @@ public class InvoiceUpcomingViewModel : BaseMailModel
|
||||
public List<string> Items { get; set; }
|
||||
public bool MentionInvoices { get; set; }
|
||||
public string UpdateBillingInfoUrl { get; set; } = "https://bitwarden.com/help/update-billing-info/";
|
||||
public string CollectionMethod { get; set; }
|
||||
public bool HasPaymentMethod { get; set; }
|
||||
public string PaymentMethodDescription { get; set; }
|
||||
public string HelpUrl { get; set; } = "https://bitwarden.com/help/";
|
||||
public string ContactUrl { get; set; } = "https://bitwarden.com/contact/";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user