mirror of
https://github.com/bitwarden/server.git
synced 2025-02-26 03:31:34 +01:00
account_credit:1
This commit is contained in:
parent
532c23d58b
commit
d514fcdaeb
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user