mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 22:44:29 +01:00
Better label for Rate Multiplier
This commit is contained in:
@@ -44,7 +44,7 @@ namespace BTCPayServer.Models.StoreViewModels
|
|||||||
public string ScriptTest { get; set; }
|
public string ScriptTest { get; set; }
|
||||||
public CoinAverageExchange[] AvailableExchanges { get; set; }
|
public CoinAverageExchange[] AvailableExchanges { get; set; }
|
||||||
|
|
||||||
[Display(Name = "Multiply the rate by ...")]
|
[Display(Name = "Multiply the rate by... (Setting to 1.01 would apply a discount of 1% to the purchase)")]
|
||||||
[Range(0.01, 10.0)]
|
[Range(0.01, 10.0)]
|
||||||
public double RateMultiplier
|
public double RateMultiplier
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user