mirror of
https://github.com/bitwarden/server
synced 2025-12-15 15:53:59 +00:00
account_credit:1
This commit is contained in:
@@ -149,7 +149,7 @@ namespace Bit.Billing.Utilities
|
||||
|
||||
public bool IsAccountCredit()
|
||||
{
|
||||
return !string.IsNullOrWhiteSpace(Custom) && Custom.Contains("account_credit:true");
|
||||
return !string.IsNullOrWhiteSpace(Custom) && Custom.Contains("account_credit:1");
|
||||
}
|
||||
|
||||
private string GetDictValue(IDictionary<string, string> dict, string key)
|
||||
|
||||
Reference in New Issue
Block a user