mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 22:44:29 +01:00
Rename Unavailable to Disabled
This commit is contained in:
committed by
Andrew Camilleri
parent
2dcd7db797
commit
9d48358f2a
@@ -21,7 +21,7 @@ namespace BTCPayServer.Models.AppViewModels
|
||||
public string BuyButtonText { get; set; }
|
||||
public int? Inventory { get; set; } = null;
|
||||
public string[] PaymentMethods { get; set; }
|
||||
public bool Unavailable { get; set; } = false;
|
||||
public bool Disabled { get; set; } = false;
|
||||
}
|
||||
|
||||
public class CurrencyInfoData
|
||||
|
||||
Reference in New Issue
Block a user