Rename "hidden" to "unavailable"

This commit is contained in:
Umar Bolatov
2021-09-06 13:09:22 -07:00
committed by Andrew Camilleri
parent 403820cf14
commit c267cf0e9c
6 changed files with 18 additions and 18 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 Hidden { get; set; } = false;
public bool Unavailable { get; set; } = false;
}
public class CurrencyInfoData