mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-01-10 17:44:28 +01:00
Remove CurrentRefund property in InvoiceData (#5494)
This commit is contained in:
@@ -13,7 +13,6 @@ namespace BTCPayServer.Data
|
||||
public PullPaymentData PullPaymentData { get; set; }
|
||||
public InvoiceData InvoiceData { get; set; }
|
||||
|
||||
|
||||
internal static void OnModelCreating(ModelBuilder builder)
|
||||
{
|
||||
builder.Entity<RefundData>()
|
||||
|
||||
Reference in New Issue
Block a user