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:
@@ -4,5 +4,5 @@ namespace BTCPayServer.Client.Models;
|
||||
public class CreatePayoutThroughStoreRequest : CreatePayoutRequest
|
||||
{
|
||||
public string? PullPaymentId { get; set; }
|
||||
public bool Approved { get; set; }
|
||||
public bool? Approved { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user