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

@@ -567,7 +567,6 @@ namespace BTCPayServer.Controllers.Greenfield
Name = ppBlob.Name,
Description = ppBlob.Description,
Currency = ppBlob.Currency,
Period = ppBlob.Period,
Archived = pp.Archived,
AutoApproveClaims = ppBlob.AutoApproveClaims,
BOLT11Expiration = ppBlob.BOLT11Expiration,