mirror of
https://github.com/aljazceru/BTCPayServerPlugins.git
synced 2025-12-17 07:34:24 +01:00
fix subs
This commit is contained in:
@@ -7,9 +7,9 @@ public class SubscriptionPaymentHistory
|
||||
{
|
||||
|
||||
[JsonConverter(typeof(NBitcoin.JsonConverters.DateTimeToUnixTimeConverter))]
|
||||
public DateTimeOffset PeriodStart { get; set; }
|
||||
public DateTime PeriodStart { get; set; }
|
||||
[JsonConverter(typeof(NBitcoin.JsonConverters.DateTimeToUnixTimeConverter))]
|
||||
public DateTimeOffset PeriodEnd { get; set; }
|
||||
public DateTime PeriodEnd { get; set; }
|
||||
public string PaymentRequestId { get; set; }
|
||||
public bool Settled { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user