Go to file
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
app Basic support for Paypal Express in Spree 2009-05-14 11:11:59 +01:00
config Basic support for Paypal Express in Spree 2009-05-14 11:11:59 +01:00
db/migrate Basic support for Paypal Express in Spree 2009-05-14 11:11:59 +01:00
lib Basic support for Paypal Express in Spree 2009-05-14 11:11:59 +01:00
public/images Basic support for Paypal Express in Spree 2009-05-14 11:11:59 +01:00
spec Basic support for Paypal Express in Spree 2009-05-14 11:11:59 +01:00
README.markdown Basic support for Paypal Express in Spree 2009-05-14 11:11:59 +01:00
Rakefile Basic support for Paypal Express in Spree 2009-05-14 11:11:59 +01:00
paypal_express_extension.rb Basic support for Paypal Express in Spree 2009-05-14 11:11:59 +01:00

README.markdown

= Paypal Express

Description goes here