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