mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 16:12:49 -05:00
account_credit:1
This commit is contained in:
@ -149,7 +149,7 @@ namespace Bit.Billing.Utilities
|
|||||||
|
|
||||||
public bool IsAccountCredit()
|
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)
|
private string GetDictValue(IDictionary<string, string> dict, string key)
|
||||||
|
Reference in New Issue
Block a user