mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 22:14:26 +01:00
deduct network from contributions + removed unsued Enabled properties
This commit is contained in:
@@ -71,8 +71,6 @@ namespace BTCPayServer.Models.PaymentRequestViewModels
|
||||
public string EmbeddedCSS { get; set; }
|
||||
[Display(Name = "Allow payee to create invoices in their own denomination")]
|
||||
public bool AllowCustomPaymentAmounts { get; set; }
|
||||
|
||||
public bool Enabled { get; set; }
|
||||
}
|
||||
|
||||
public class ViewPaymentRequestViewModel
|
||||
@@ -107,8 +105,6 @@ namespace BTCPayServer.Models.PaymentRequestViewModels
|
||||
}
|
||||
}
|
||||
|
||||
public bool Enabled { get; set; }
|
||||
|
||||
public bool AllowCustomPaymentAmounts { get; set; }
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user