From 7ad899c7282c35b9a14f74fa0227a36f409b6c3a Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Sat, 9 Feb 2019 18:12:52 -0500 Subject: [PATCH] todo for payment failure email --- src/Billing/Controllers/StripeController.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Billing/Controllers/StripeController.cs b/src/Billing/Controllers/StripeController.cs index d05d0dadaf..b42d205920 100644 --- a/src/Billing/Controllers/StripeController.cs +++ b/src/Billing/Controllers/StripeController.cs @@ -409,6 +409,7 @@ namespace Bit.Billing.Controllers if(!transactionResult.IsSuccess()) { + // TODO: Send payment failure email? return false; }