1
0
mirror of https://github.com/bitwarden/server synced 2025-12-15 15:53:59 +00:00

todo for payment failure email

This commit is contained in:
Kyle Spearrin
2019-02-09 18:12:52 -05:00
parent d568b86e1e
commit 7ad899c728

View File

@@ -409,6 +409,7 @@ namespace Bit.Billing.Controllers
if(!transactionResult.IsSuccess())
{
// TODO: Send payment failure email?
return false;
}