mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-24 01:14:20 +01:00
Fix build
This commit is contained in:
@@ -54,10 +54,10 @@ namespace BTCPayServer.Models
|
|||||||
public string OrderId { get; set; }
|
public string OrderId { get; set; }
|
||||||
[JsonProperty(PropertyName = "currency", DefaultValueHandling = DefaultValueHandling.Ignore)]
|
[JsonProperty(PropertyName = "currency", DefaultValueHandling = DefaultValueHandling.Ignore)]
|
||||||
public string Currency { get; set; }
|
public string Currency { get; set; }
|
||||||
|
[JsonProperty(PropertyName = "price", DefaultValueHandling = DefaultValueHandling.Ignore)]
|
||||||
|
public decimal Price { get; set; }
|
||||||
[JsonProperty(PropertyName = "notificationEmail", DefaultValueHandling = DefaultValueHandling.Ignore)]
|
[JsonProperty(PropertyName = "notificationEmail", DefaultValueHandling = DefaultValueHandling.Ignore)]
|
||||||
public string NotificationEmail { get; set; }
|
public string NotificationEmail { get; set; }
|
||||||
[JsonProperty(PropertyName = "id", DefaultValueHandling = DefaultValueHandling.Ignore)]
|
|
||||||
public string Id { get; set; }
|
|
||||||
[JsonConverter(typeof(DateTimeJsonConverter))]
|
[JsonConverter(typeof(DateTimeJsonConverter))]
|
||||||
[JsonProperty(PropertyName = "expirationTime", DefaultValueHandling = DefaultValueHandling.Ignore)]
|
[JsonProperty(PropertyName = "expirationTime", DefaultValueHandling = DefaultValueHandling.Ignore)]
|
||||||
public DateTimeOffset? ExpirationTime { get; set; }
|
public DateTimeOffset? ExpirationTime { get; set; }
|
||||||
|
|||||||
Reference in New Issue
Block a user