Commit Graph

6 Commits

Author SHA1 Message Date
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 766c79c77a Now pulls the account details from the GatewayOptions system in Spree
NB Spree currently wipes all info except the selected gateway when you edit in the admin section. So be careful! I aim to change this soon.

NB hard-coded to use the UK PP express gateway

See the migration in this extension to see what is created/expected

ps. the earlier account details included in this file were for a sandbox account - sorry!
2009-05-28 09:46:41 +01:00
paulcc 9182e669b8 cosmetic tweak to button display 2009-05-28 09:45:12 +01:00
paulcc d375243bf7 fixed field name 2009-05-14 11:46:11 +01:00
paulcc 99f8073fc5 typo! 2009-05-14 11:25:06 +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