From cdea94059746870b7eb58c9af6dd7c60f809dfdb Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Tue, 19 Feb 2019 21:27:07 -0500 Subject: [PATCH] braintree error --- src/Admin/Controllers/ToolsController.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Admin/Controllers/ToolsController.cs b/src/Admin/Controllers/ToolsController.cs index eaf7254903..5c248c2f84 100644 --- a/src/Admin/Controllers/ToolsController.cs +++ b/src/Admin/Controllers/ToolsController.cs @@ -66,7 +66,8 @@ namespace Bit.Admin.Controllers if(!transactionResult.IsSuccess()) { - ModelState.AddModelError(string.Empty, "Charge failed."); + ModelState.AddModelError(string.Empty, "Charge failed. " + + "Refer to Braintree admin portal for more information."); } else {