mirror of
https://github.com/bitwarden/server
synced 2025-12-13 06:43:45 +00:00
braintree error
This commit is contained in:
@@ -66,7 +66,8 @@ namespace Bit.Admin.Controllers
|
|||||||
|
|
||||||
if(!transactionResult.IsSuccess())
|
if(!transactionResult.IsSuccess())
|
||||||
{
|
{
|
||||||
ModelState.AddModelError(string.Empty, "Charge failed.");
|
ModelState.AddModelError(string.Empty, "Charge failed. " +
|
||||||
|
"Refer to Braintree admin portal for more information.");
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user