mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 15:42:48 -05:00
braintree error
This commit is contained in:
@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user