Secure Paypal Checkout Client-side?
With paypal's client side checkout they claim you can simply drop their code onto your site (front end). However, from this example it looks like a user could modify the amount req
Solution 1:
Server-side is necessary to secure the amount (as well as the description and any other data you want to specify as part of the transaction)
Here is the front-end demo pattern for server-side.
Post a Comment for "Secure Paypal Checkout Client-side?"