mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 22:44:29 +01:00
Move checkout registration to the UI Extension
This commit is contained in:
@@ -9,7 +9,7 @@ namespace BTCPayServer.Models.InvoicingModels
|
||||
{
|
||||
public class PaymentModel
|
||||
{
|
||||
public CheckoutUIPaymentMethodSettings UISettings;
|
||||
public string CheckoutBodyComponentName { get; set; }
|
||||
public class AvailableCrypto
|
||||
{
|
||||
[JsonConverter(typeof(PaymentMethodIdJsonConverter))]
|
||||
@@ -80,9 +80,6 @@ namespace BTCPayServer.Models.InvoicingModels
|
||||
public string ReceiptLink { get; set; }
|
||||
public int? RequiredConfirmations { get; set; }
|
||||
public long? ReceivedConfirmations { get; set; }
|
||||
|
||||
[JsonIgnore]
|
||||
public HashSet<string> ExtensionPartials { get; } = new HashSet<string>();
|
||||
[JsonExtensionData]
|
||||
public Dictionary<string, JToken> AdditionalData { get; set; } = new();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user