foodcoop-adam / foodsoft

DEPRECATED, being merged in upstream. Web-based software for foodcoops - as used in NL.
http://foodcoop-adam.github.io/
Other
10 stars 3 forks source link

[onlinepay] refactor and use payment processor api #81

Closed wvengen closed 3 years ago

wvengen commented 11 years ago

Currently we're using mollie iDEAL directly. It would be nice to be able to choose one or more payment processors. Also, the code really needs to be cleaned up - keeping proper state of the transaction during the process, making sure that the payment provider returns what is expected for that transaction and not something else. Just to be sure.

http://activemerchant.org/ http://stackoverflow.com/questions/9462783/online-payment-with-ruby-on-rails http://guides.spreecommerce.com/developer/payments.html