Add internal tags to invoice

This commit is contained in:
nicolas.dorier
2019-02-19 11:14:21 +09:00
parent dc7965267b
commit 3816b36131
3 changed files with 11 additions and 1 deletions

View File

@@ -424,6 +424,9 @@ namespace BTCPayServer.Data
public EmailSettings EmailSettings { get; set; }
[JsonProperty(DefaultValueHandling = DefaultValueHandling.Ignore)]
public HashSet<string> InternalTags { get; set; } = new HashSet<string>();
public IPaymentFilter GetExcludedPaymentMethods()
{
#pragma warning disable CS0618 // Type or member is obsolete