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
When I create a payment form with a minimum "one time custom payment amount", and I insert an minimum price, it is possible to remove the min attr in the browser with the console. This needs to be validated server side, not the customAmount, but the minimum amount.
Steps to reproduce
If I set a minimum of 100 USD (see attachment)
I can remove the min attr in the browser, and put in 1 dollar as amount, and submit the form
Description
When I create a payment form with a minimum "one time custom payment amount", and I insert an minimum price, it is possible to remove the min attr in the browser with the console. This needs to be validated server side, not the customAmount, but the minimum amount.
Steps to reproduce
If I set a minimum of 100 USD (see attachment)
I can remove the min attr in the browser, and put in 1 dollar as amount, and submit the form
Additional info
The text was updated successfully, but these errors were encountered: