Allowing customization of expiry time for easier debugging

This commit is contained in:
lepipele
2017-10-20 17:32:52 -05:00
parent 8fe5835e09
commit 0f603ffb0a
2 changed files with 3 additions and 3 deletions

View File

@@ -268,7 +268,7 @@ namespace BTCPayServer.Controllers
ItemDesc = model.ItemDesc,
FullNotifications = true,
BuyerEmail = model.BuyerEmail,
}, store, HttpContext.Request.GetAbsoluteRoot());
}, store, HttpContext.Request.GetAbsoluteRoot(), 120);
StatusMessage = $"Invoice {result.Data.Id} just created!";
return RedirectToAction(nameof(ListInvoices));