Rename WebhookNotificationManager -> WebhookSender

This commit is contained in:
nicolas.dorier
2022-01-11 13:15:48 +09:00
parent cb295e20d4
commit 6999abe1ca
6 changed files with 15 additions and 15 deletions

View File

@@ -58,7 +58,7 @@ namespace BTCPayServer.Controllers
IAuthorizationService authorizationService,
EventAggregator eventAggregator,
AppService appService,
WebhookNotificationManager webhookNotificationManager,
WebhookSender webhookNotificationManager,
IDataProtectionProvider dataProtector,
NBXplorerDashboard Dashboard)
{
@@ -818,7 +818,7 @@ namespace BTCPayServer.Controllers
}
public string GeneratedPairingCode { get; set; }
public WebhookNotificationManager WebhookNotificationManager { get; }
public WebhookSender WebhookNotificationManager { get; }
public IDataProtector DataProtector { get; }
[HttpGet]