mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 22:14:26 +01:00
Fix Pay Button steps and range validation
There were numerous issues around different button types and the amount range validation. Also fixes #2503
This commit is contained in:
@@ -1015,7 +1015,7 @@ namespace BTCPayServer.Controllers
|
||||
ButtonType = 0,
|
||||
Min = 1,
|
||||
Max = 20,
|
||||
Step = 1,
|
||||
Step = "1",
|
||||
Apps = apps
|
||||
};
|
||||
return View(model);
|
||||
|
||||
Reference in New Issue
Block a user