mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 06:24:24 +01:00
Add Paging to Pull Payments (#2997)
This commit is contained in:
@@ -6,7 +6,7 @@ using Microsoft.AspNetCore.Mvc.Rendering;
|
||||
|
||||
namespace BTCPayServer.Models.WalletViewModels
|
||||
{
|
||||
public class PullPaymentsModel
|
||||
public class PullPaymentsModel: BasePagingViewModel
|
||||
{
|
||||
public class PullPaymentModel
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user