bump everything

This commit is contained in:
Andrew Camilleri
2025-01-29 09:15:54 +01:00
parent 90684c9f0b
commit f6ecc8fd72
16 changed files with 24 additions and 23 deletions

View File

@@ -103,7 +103,7 @@ namespace BTCPayServer.Plugins.Prism
base.SubscribeToEvents();
Subscribe<InvoiceEvent>();
Subscribe<PayoutEvent>();
Subscribe<StoreRemovedEvent>();
Subscribe<StoreEvent.Removed>();
}
class CheckPayoutsEvt
@@ -439,7 +439,7 @@ namespace BTCPayServer.Plugins.Prism
switch (evt)
{
case StoreRemovedEvent storeRemovedEvent:
case StoreEvent.Removed storeRemovedEvent:
_prismSettings.Remove(storeRemovedEvent.StoreId);
return;
case InvoiceEvent invoiceEvent when