mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 22:14:26 +01:00
Allow auto approval of claims for pull payments (#1851)
* Allow auto approval of claims for pull payments closes #1780 * fix
This commit is contained in:
@@ -31,5 +31,6 @@ namespace BTCPayServer.Client.Models
|
||||
public TimeSpan BOLT11Expiration { get; set; }
|
||||
public bool Archived { get; set; }
|
||||
public string ViewLink { get; set; }
|
||||
public bool AutoApproveClaims { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user