Dennis Reimann
2020-09-11 16:43:49 +02:00
parent 79c685c99b
commit 45ba4675fc

View File

@@ -61,7 +61,7 @@ namespace BTCPayServer.HostedServices
_StoreRepository = storeRepository;
}
async void Notify(InvoiceEntity invoice, InvoiceEvent invoiceEvent, bool extendedNotification)
async Task Notify(InvoiceEntity invoice, InvoiceEvent invoiceEvent, bool extendedNotification)
{
var dto = invoice.EntityToDTO();
var notification = new InvoicePaymentNotificationEventWrapper()