Commit Graph

18 Commits

Author SHA1 Message Date
Vladimir Fedorov ca60407d5d Added PayPal Instant Update feature 2012-11-13 10:24:42 -05:00
Martin Honermeyer 77c58eef82 Fix wrong generator commandline in README 2012-07-20 18:12:28 +03:00
Brian Quinn 3a6e15b94c Add travis status 2012-07-20 12:16:22 +01:00
Brian Quinn dde1bb709d Cleanup testing config 2012-07-20 12:16:04 +01:00
Ryan Bigg b4829e75ad Clean up README, move installation steps to first billing 2012-05-02 11:01:18 -05:00
John Dyer e672f08265 Updated README 2012-02-21 10:49:17 -05:00
Joshua Jacobs f33dad629d Added a bit more clarity to selecting the correct version. Previously it was possible tell what was wrong, but no what was correct! 2012-02-21 00:02:01 -05:00
John Dyer a7da27a229 Updated README 2011-11-18 09:57:29 -05:00
Brian Quinn 2929bd8319 Added note on versions to readme 2011-01-25 11:33:54 +00:00
Brian Quinn 927e567bd0 Updated ReadMe and gemspec 2011-01-25 11:30:18 +00:00
Brian Quinn 9086741f52 Refactored and improved support for 0.40.3 and later 2011-01-24 19:56:04 +00:00
Peter Kordel 08ee800f06 README mod 2010-06-21 13:00:40 +01:00
Brian Quinn c14eefa55a Updated to support core Billing Integrations 2010-01-25 10:31:43 +00:00
paulcc 717ea040f5 add comment about (over-simplified) handling of shipping 2009-09-07 12:08:51 +01:00
paulcc e6cea2fdaa add to todo list 2009-07-15 12:07:45 +01:00
paulcc 56838c90ef updated the documentation 2009-07-15 10:26:08 +01:00
paulcc ed9771041c Significant changes: add missing AM libs, adapt to spree 0.8.4+,
fix admin interface

1. My modifications of AM files are now included and over-ride the
   installed lib
2. The admin interface now works, including being able to review
   paypal payments and do captures
3. The code works cleanly with the new checkout representation.
2009-07-06 12:03:18 +01:00
paulcc 11f88be5c5 Basic support for Paypal Express in Spree
This commit contains enough to do an express checkout authorization (not purchase) from the cart
page, to save all relevant info, and to be able to view some of it in the admin pages. It is very
much work in progress!

Some admin features won't work (eg captures, viewing transactions), since handling of payments
and gateways needs to be generalised first. Also need to get the orders handled like those for
guest checkouts.

It's also tied to GB/UK details at the moment (this will change), and it needs a modified version
of active merchant which will be released/circulated soon.
2009-05-14 11:11:59 +01:00