mkharibalaji / react-native-adyen-payment

React Native Adyen Payment
https://mkharibalaji.github.io/react-native-adyen-payment/
MIT License
35 stars 35 forks source link

Include warning about amount validation #36

Closed lucasbledsoe closed 3 years ago

lucasbledsoe commented 3 years ago

Added warning to call out the importance of amount validation on the server side. Relying on client for amount opens up potential compromise from malicious users.

mkharibalaji commented 3 years ago

Thanks @lucasbledsoe