mirror of
https://github.com/aljazceru/BTCPayServerPlugins.git
synced 2025-12-17 07:34:24 +01:00
bump TT
This commit is contained in:
@@ -361,11 +361,11 @@ public class TicketTailorService : EventHostedServiceBase, IWebhookProvider
|
||||
|
||||
public class WebhookTicketTailorEvent : StoreWebhookEvent
|
||||
{
|
||||
public WebhookTicketTailorEvent(string evtType, string storeId)
|
||||
public WebhookTicketTailorEvent(string type, string storeId)
|
||||
{
|
||||
if (!evtType.StartsWith("tickettailor", StringComparison.InvariantCultureIgnoreCase))
|
||||
throw new ArgumentException("Invalid event type", nameof(evtType));
|
||||
Type = evtType;
|
||||
if (!type.StartsWith("tickettailor", StringComparison.InvariantCultureIgnoreCase))
|
||||
throw new ArgumentException("Invalid event type", nameof(type));
|
||||
Type = type;
|
||||
StoreId = storeId;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user