mirror of
https://github.com/bitwarden/server
synced 2025-12-12 06:13:43 +00: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