Fix: Do not allow retry of payouts if they are non interactive (Boltcard) (#6382)

This commit is contained in:
Nicolas Dorier
2024-11-12 09:58:10 +09:00
committed by GitHub
parent d40669c7bd
commit 0f7c0341c5
4 changed files with 9 additions and 2 deletions

View File

@@ -192,6 +192,7 @@ namespace BTCPayServer
PayoutMethodId = pmi,
PullPaymentId = pullPaymentId,
StoreId = pp.StoreId,
NonInteractiveOnly = nonInteractiveOnly,
ClaimedAmount = result.MinimumAmount.ToDecimal(unit),
});