This commit is contained in:
Kukks
2023-12-08 11:09:23 +01:00
parent 07d5f26e7a
commit 11f9d8f379
6 changed files with 93 additions and 111 deletions

View File

@@ -13,5 +13,6 @@ namespace BTCPayServer.Plugins.TicketTailor
public bool BypassAvailabilityCheck { get; set; }
public bool RequireFullName { get; set; }
public bool AllowDiscountCodes { get; set; }
public bool SendEmail { get; set; } = true;
}
}