mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 22:44:29 +01:00
Rename "hidden" to "unavailable"
This commit is contained in:
committed by
Andrew Camilleri
parent
403820cf14
commit
c267cf0e9c
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user