mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 14:34:23 +01:00
Greenfield: Add store id for notifications (#6093)
* Rename filter to storeid for consistency with other filters * Greenfield: Add storeId to notification * Cleanups * Greenfield: Allow filtering notifications by store id
This commit is contained in:
@@ -54,7 +54,7 @@ namespace BTCPayServer.Services.Notifications.Blobs
|
||||
}
|
||||
vm.Identifier = notification.Identifier;
|
||||
vm.Type = notification.NotificationType;
|
||||
vm.StoreId = notification?.StoreId;
|
||||
vm.StoreId = notification.StoreId;
|
||||
vm.ActionLink = _linkGenerator.GetPathByAction(nameof(UIInvoiceController.Invoice),
|
||||
"UIInvoice",
|
||||
new { invoiceId = notification.InvoiceId }, _options.RootPath);
|
||||
|
||||
Reference in New Issue
Block a user