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:
Kukks
2021-05-05 11:27:02 +02:00
parent 86092fc955
commit 200e8330d8
4 changed files with 29 additions and 13 deletions

View File

@@ -1015,7 +1015,7 @@ namespace BTCPayServer.Controllers
ButtonType = 0,
Min = 1,
Max = 20,
Step = 1,
Step = "1",
Apps = apps
};
return View(model);