Unify checkout v1 behaviour with v2

This commit is contained in:
Dennis Reimann
2023-04-25 11:20:10 +02:00
parent 03b793d7e2
commit 8de55cef31
5 changed files with 15 additions and 21 deletions

View File

@@ -78,7 +78,6 @@ namespace BTCPayServer.Models.InvoicingModels
public bool Activated { get; set; }
public string InvoiceCurrency { get; set; }
public string ReceiptLink { get; set; }
public bool AltcoinsBuild { get; set; }
public CheckoutType CheckoutType { get; set; }
public int? RequiredConfirmations { get; set; }
public long? ReceivedConfirmations { get; set; }