mirror of
https://github.com/bitwarden/server.git
synced 2025-04-22 05:25:10 -05:00
account_credit:1
This commit is contained in:
parent
532c23d58b
commit
d514fcdaeb
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user