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:
@@ -409,6 +409,7 @@ namespace Bit.Billing.Controllers
|
||||
|
||||
if(!transactionResult.IsSuccess())
|
||||
{
|
||||
// TODO: Send payment failure email?
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user