mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 22:14:26 +01:00
Do not always provide counting in list views (#3696)
This commit is contained in:
@@ -33,6 +33,7 @@ namespace BTCPayServer.Models.WalletViewModels
|
||||
}
|
||||
|
||||
public List<PullPaymentModel> PullPayments { get; set; } = new List<PullPaymentModel>();
|
||||
public override int CurrentPageCount => PullPayments.Count;
|
||||
public string PaymentMethodId { get; set; }
|
||||
public IEnumerable<PaymentMethodId> PaymentMethods { get; set; }
|
||||
public PullPaymentState ActiveState { get; set; } = PullPaymentState.Active;
|
||||
|
||||
Reference in New Issue
Block a user