New charge page

This commit is contained in:
2018-03-04 19:26:15 +01:00
parent ddcec5836f
commit b46110a913
4 changed files with 90 additions and 26 deletions

View File

@ -26,7 +26,7 @@ func CreatePayment(ctx *aero.Context) string {
}
switch amount {
case "1000", "2000", "3000", "6000", "12000":
case "1000", "2000", "3000", "6000", "12000", "25000", "50000", "75000":
// OK
default:
return ctx.Error(http.StatusBadRequest, "Incorrect amount", nil)