Remove period concept from PullPayment (#5963)

This commit is contained in:
Nicolas Dorier
2024-05-01 17:59:10 +09:00
committed by GitHub
parent 9db9c5e936
commit b4cd74056e
18 changed files with 66 additions and 155 deletions

View File

@@ -86,7 +86,7 @@ namespace BTCPayServer.Controllers
return NotFound();
var storeBlob = store.GetStoreBlob();
var payouts = (await ctx.Payouts.GetPayoutInPeriod(pp)
var payouts = (await ctx.Payouts.Where(p => p.PullPaymentDataId == pp.Id)
.OrderByDescending(o => o.Date)
.ToListAsync())
.Select(o => new