Renaming + fix invoice display when paid and expired

This commit is contained in:
NicolasDorier
2017-09-15 16:06:57 +09:00
parent 6170e5ffd2
commit f8baab8138
36 changed files with 90 additions and 83 deletions

View File

@@ -14,11 +14,12 @@ using BTCPayServer.Models;
using BTCPayServer.Models.ManageViewModels;
using BTCPayServer.Services;
using BTCPayServer.Authentication;
using BTCPayServer.Wallet;
using Microsoft.AspNetCore.Hosting;
using NBitpayClient;
using NBitcoin;
using BTCPayServer.Stores;
using BTCPayServer.Services.Stores;
using BTCPayServer.Services.Wallets;
using BTCPayServer.Services.Mails;
namespace BTCPayServer.Controllers
{