Dennis Reimann 2020-09-11 16:43:49 +02:00
parent 79c685c99b
commit 45ba4675fc
No known key found for this signature in database
GPG key ID: 5009E1797F03F8D0

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()