You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When a ticket is bought using stripe there is the possibility to refund the ticket directly in the admin view.
In the amount input box I can enter any text (letters and commas) and there is no error in the GUI
Only after approving the pop-up message, the admin application gets an error 500 from the server.
In the developer tools I tried changing the input type="text" to "number" and the error is solved
To Reproduce
Steps to reproduce the behavior:
Go to '/admin#/events/xxx/reservation/xxx'
Insert some letters in the field "Amount" inside the "Refund an arbitrary amount" box
Click on 'Refund'
Click on 'OK' in the modal that appears
See error 500 appearing as toast message
Expected behavior
the refund field should only accept numbers and a dot (.)
The text was updated successfully, but these errors were encountered:
Describe the bug
When a ticket is bought using stripe there is the possibility to refund the ticket directly in the admin view.
In the amount input box I can enter any text (letters and commas) and there is no error in the GUI
Only after approving the pop-up message, the admin application gets an error 500 from the server.
In the developer tools I tried changing the input type="text" to "number" and the error is solved
To Reproduce
Steps to reproduce the behavior:
Expected behavior
the refund field should only accept numbers and a dot (.)
The text was updated successfully, but these errors were encountered: