tweag / cybersourcery_demo_site

MIT License
1 stars 0 forks source link

Submit basic credit card form securely #6

Closed toppa closed 10 years ago

toppa commented 10 years ago

As a customer, I want my credit card transaction handled securely, so that I'm confident my personal and financial information is safe

toppa commented 10 years ago

Done. I ended up not using https. I had assumed Cybersource had required it, but they don't. It's a pain to setup on heroku, and I don't think it's really relevant to the goal of making the gem.

nicholaides commented 10 years ago

Agreed. Also, I don't think HTTPS is strictly necessary. Credit card data will go right to Cybersource's server via HTTPS. As long as the developer doesn't render sensitive data on the form, it will be fine.