1
0
mirror of https://github.com/bitwarden/server synced 2025-12-20 18:23:44 +00:00

send payment failed emails

This commit is contained in:
Kyle Spearrin
2019-02-14 11:49:39 -05:00
parent f70ececa9d
commit 67146cd4be
9 changed files with 77 additions and 6 deletions

View File

@@ -73,6 +73,11 @@ namespace Bit.Core.Services
return Task.FromResult(0);
}
public Task SendPaymentFailedAsync(string email, decimal amount, bool mentionInvoices)
{
return Task.FromResult(0);
}
public Task SendNewDeviceLoggedInEmail(string email, string deviceType, DateTime timestamp, string ip)
{
return Task.FromResult(0);