mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 16:12:49 -05:00
[PM 1538] Update subscription renewal reminder email message templates (#2865)
* Making changes for the help link * Making changes for the PR comment * default value in the view model itself * Adjusting the image position * Add more information to the plain text
This commit is contained in:
@ -6,4 +6,5 @@ public class InvoiceUpcomingViewModel : BaseMailModel
|
||||
public DateTime DueDate { get; set; }
|
||||
public List<string> Items { get; set; }
|
||||
public bool MentionInvoices { get; set; }
|
||||
public string UpdateBillingInfoUrl { get; set; } = "https://bitwarden.com/help/update-billing-info/";
|
||||
}
|
||||
|
Reference in New Issue
Block a user