1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-26 12:55:17 +01: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;
}