mirror of
https://github.com/bitwarden/server
synced 2025-12-16 16:23:31 +00:00
todo for payment failure email
This commit is contained in:
@@ -409,6 +409,7 @@ namespace Bit.Billing.Controllers
|
|||||||
|
|
||||||
if(!transactionResult.IsSuccess())
|
if(!transactionResult.IsSuccess())
|
||||||
{
|
{
|
||||||
|
// TODO: Send payment failure email?
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user