mirror of
https://github.com/bitwarden/server
synced 2025-12-17 16:53:23 +00:00
added credit email notification
This commit is contained in:
@@ -23,6 +23,7 @@ namespace Bit.Core.Services
|
||||
Task SendInvoiceUpcomingAsync(string email, decimal amount, DateTime dueDate, List<string> items,
|
||||
bool mentionInvoices);
|
||||
Task SendPaymentFailedAsync(string email, decimal amount, bool mentionInvoices);
|
||||
Task SendAddedCreditAsync(string email, decimal amount);
|
||||
Task SendNewDeviceLoggedInEmail(string email, string deviceType, DateTime timestamp, string ip);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user