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