Reverting back to 15 minutes waiting for invoice

This commit is contained in:
lepipele
2017-10-20 22:42:15 -05:00
parent f1f19369a3
commit c1a2fc22f4

View File

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