Commit Graph

25 Commits

Author SHA1 Message Date
Jeff Dutil 00b170eed2 Fix calls for spree root url. [fix #102] 2012-11-26 22:01:24 -05:00
Jeff Dutil 9a2234d113 Add simplecov for test coverage. 2012-11-26 09:03:07 -05:00
Jeff Dutil 5a4f2fe47d Fixes broken specs except for a couple relying on open spree pull requests. 2012-11-19 06:45:08 -05:00
Jeff Dutil 56930b93aa Fix current user method for Spree 1.2.x 2012-11-12 17:49:27 -05:00
Brian Quinn b06a083c55 Fix it 2012-07-23 14:19:07 +01:00
Brian Quinn b1d01820a6 Setup travis 2012-07-20 12:16:14 +01:00
Brian Quinn 8ca407b1e4 Updated to work with 1-1 proper 2012-07-20 11:23:01 +01:00
Bounmy Stephane e11a8e4d5f fixed credit when no payment_profiles_supported 2012-06-01 00:36:42 +02:00
Bounmy Stephane b11a9dd9f2 fixed capture and credit due to spree 1.1 changes cf payment processing 2012-06-01 00:06:16 +02:00
Bounmy Stephane 3d5af5bdaf set completed_at 2012-05-25 21:26:19 +02:00
Bounmy Stephane bf00623328 fixed paypal_confirm order state 2012-05-24 23:02:15 +02:00
Bounmy Stephane 4b8dbdbfeb start adding integration tests 2012-05-24 22:33:17 +02:00
Bounmy Stephane 7dfa8bf45a cleaned up dependencies
removed cucumber
2012-05-24 21:30:24 +02:00
Bounmy Stephane 06a81e1c64 rendering view in controller specs improved paypal confirm template 2012-05-24 21:15:02 +02:00
Bounmy Stephane c1f8854e15 cache payment_method and can now set paypal's landing page by setting allow_guest_checkout 2012-04-11 11:21:40 -04:00
Bounmy Stephane 98f99ab3d2 fixed header_image and locale using I18n.locale set from set_user_language 2012-04-11 11:21:39 -04:00
Bounmy Stephane 4511907f4f cancel_return_url returns to checkout payment instead of edit order url 2012-04-11 11:21:39 -04:00
Bounmy Stephane 7eea3edd70 all tests are passing 2012-04-11 11:21:39 -04:00
John Dyer 98ee49b6b2 Get tests running, not passing yet 2011-11-17 16:49:53 -05:00
John Dyer e724b5f7ef More namespace changes 2011-11-17 11:15:47 -05:00
Brian Quinn fbda454048 Updated to use new core factory require 2011-02-08 12:36:06 +00:00
Brian Quinn 9086741f52 Refactored and improved support for 0.40.3 and later 2011-01-24 19:56:04 +00:00
reaper b79fb41c4d Modified to work with Spree 0.30.1. 2010-11-28 23:31:31 +09:00
Brian Quinn 7da2fed7ac Initial fork changes 2010-01-22 16:29:55 +00: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