diff --git a/BTCPayServer/Services/Stores/StoreRepository.cs b/BTCPayServer/Services/Stores/StoreRepository.cs index 7db402f40..47b9d75ec 100644 --- a/BTCPayServer/Services/Stores/StoreRepository.cs +++ b/BTCPayServer/Services/Stores/StoreRepository.cs @@ -379,6 +379,7 @@ namespace BTCPayServer.Services.Stores if (store == null) return false; var webhooks = await ctx.StoreWebhooks + .Where(o => o.StoreId == storeId) .Select(o => o.Webhook) .ToArrayAsync(); foreach (var w in webhooks)