diff --git a/BTCPayServer/Components/StoreRecentInvoices/Default.cshtml b/BTCPayServer/Components/StoreRecentInvoices/Default.cshtml index eb0c45ed8..360ca7d7c 100644 --- a/BTCPayServer/Components/StoreRecentInvoices/Default.cshtml +++ b/BTCPayServer/Components/StoreRecentInvoices/Default.cshtml @@ -3,6 +3,7 @@ @using BTCPayServer.Services @using BTCPayServer.Services.Invoices @inject DisplayFormatter DisplayFormatter +@inject PaymentMethodHandlerDictionary PaymentMethodHandlerDictionary @model BTCPayServer.Components.StoreRecentInvoices.StoreRecentInvoicesViewModel