mirror of
https://github.com/aljazceru/BTCPayServerPlugins.git
synced 2025-12-18 16:14:25 +01:00
bump everything
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user