mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 16:42:50 -05: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