mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 22:14:26 +01:00
* Add configurable BOLT11Expiration for refunds (Fix #3281) * Add BOLT11Expiration configuration in Payment
This commit is contained in:
@@ -285,7 +285,8 @@ namespace BTCPayServer.Controllers
|
||||
{
|
||||
Name = $"Refund {invoice.Id}",
|
||||
PaymentMethodIds = new[] { paymentMethodId },
|
||||
StoreId = invoice.StoreId
|
||||
StoreId = invoice.StoreId,
|
||||
BOLT11Expiration = store.GetStoreBlob().RefundBOLT11Expiration
|
||||
};
|
||||
switch (model.SelectedRefundOption)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user