mirror of
https://github.com/bitwarden/server.git
synced 2024-11-26 12:55:17 +01:00
braintree error
This commit is contained in:
parent
a9336a0e02
commit
cdea940597
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user