Rename Unavailable to Disabled

This commit is contained in:
Umar Bolatov
2021-09-12 21:59:18 -07:00
committed by Andrew Camilleri
parent 2dcd7db797
commit 9d48358f2a
5 changed files with 18 additions and 22 deletions

View File

@@ -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