1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-26 12:55:17 +01:00

braintree error

This commit is contained in:
Kyle Spearrin 2019-02-19 21:27:07 -05:00
parent a9336a0e02
commit cdea940597

View File

@ -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
{