mirror of
https://github.com/aljazceru/BTCPayServerPlugins.git
synced 2025-12-17 23:54:26 +01:00
fix potential issue on receipt
This commit is contained in:
@@ -233,7 +233,7 @@ public class TicketTailorClient : IDisposable
|
||||
|
||||
[JsonPropertyName("min_per_order")] public int? MinPerOrder { get; set; }
|
||||
|
||||
[JsonPropertyName("name")] public string Name { get; set; }
|
||||
[JsonPropertyName("name")] public string? Name { get; set; }
|
||||
|
||||
[JsonPropertyName("price")] public decimal Price { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user