1
0
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:
cyprain-okeke
2023-05-30 15:30:37 +01:00
committed by GitHub
parent beb3479746
commit 6e6432c1d0
3 changed files with 6 additions and 2 deletions

View File

@ -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/";
}