Commit Graph

185 Commits

Author SHA1 Message Date
Ryan Bigg b24354dba5 Update Versionfile to reference branches for 1.0 and 1.1 2012-04-17 09:11:03 -04:00
Chris Wise 11c8935aac corrected credit amount to always be positive (PayPal does not accept negative credit amount)
Merges #47
2012-04-13 11:07:29 -04:00
Chris Wise f8e239e3c1 corrected a misnamed payment event from fail! to failure! 2012-04-13 10:09:21 -04:00
Chris Wise 6fbc63116a fixed the opts and items hashes that are sent to PayPal to only show eligible promotions and to use existing Order methods for tax and shipping 2012-04-11 11:27:28 -04: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 ba2fc9d8c7 untrack gemfile.lock + fix spree namespacing model 2012-04-11 11:21:39 -04:00
Bounmy Stephane 128d203141 removing debugger and awesome_print from gemfile 2012-04-11 11:21:39 -04:00
Bounmy Stephane 08d9540bcb using routes helpers instead of manual 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 e672f08265 Updated README 2012-02-21 10:49:17 -05:00
John Dyer 04331a9369 gemspec updated for Spree 1.0.0 2012-02-21 10:49:08 -05:00
John Dyer fa57f22a71 [Refs #31] define paypal_express_local_confirm preference 2012-02-21 10:06:22 -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
Chris Nighitngale 9a09c4910e made return url's work for spree mounted at different locations 2012-02-20 09:13:56 -05:00
Chris Nighitngale ae33b24d4f fixed namespace error on GatewayError class 2012-02-20 09:13:47 -05:00
Chris Nighitngale e69daa02c6 removed two references to incorrect /spree path 2012-02-20 09:13:37 -05:00
Chris Nighitngale 5fc2b565d3 Added initializers to load ActiveMerchant Paypal Express gateway.
[fixes #32]
2012-02-15 00:24:49 -05:00
John Dyer be1f95ca00 Simplecov instead of rcov 2012-02-15 00:09:47 -05:00
John Dyer c822dd30e4 Fixes return url in checkout controller decorator 2012-02-15 00:05:30 -05:00
John Dyer fd5f2a2b9e Merge pull request #29 from wakeless/rails-3-1-namespace
Fixes to make this more compatible with Rails 3-1
2012-02-14 20:37:16 -08:00
John Dyer 5a5a1b4321 Added install generator
Added an install generator

Typo in migration
2012-01-17 13:27:37 -05:00
John Dyer 800bd305e9 Make sure decorators are being loaded 2012-01-17 12:40:46 -05:00
Ryan Bigg 5f381f1466 Correct Versionfile
master contains namespacing changes that don't work with 0.70.x. Need to 'revert' to October 8 for this to work

Closes #30
2012-01-04 09:09:12 +11:00
Michael Gall 16ff366534 Fix require directory 2011-12-20 11:13:27 +11:00
Ryan Bigg 1dd014cce1 Move views into app/views/spree 2011-12-17 10:37:10 +11:00
Ryan Bigg 062297a446 Namespace PaypalExpressCallbacksController inside Spree 2011-12-17 10:35:56 +11:00
Ryan Bigg 5ff0bbe4e0 Shorten ppx_auth_response inside paypal_finish 2011-12-17 10:32:00 +11:00
Ryan Bigg 78360afc5c Use bill_address ||= rather than bill_address = val unless bill_address 2011-12-17 10:30:47 +11:00
Ryan Bigg 162107ed0a Fix indentation inside checkout_controller_decorator 2011-12-17 10:30:15 +11:00
Ryan Bigg 04de23853f No space after redirect_to arguments, add bracket for separate args 2011-12-17 10:28:20 +11:00
Ryan Bigg 526cf0a492 Add amount_in_cents method to prevent 'magic number' calculations everywhere 2011-12-17 10:01:28 +11:00
John Dyer 6e6b553313 More namespacing 2011-12-07 17:00:27 -05:00
John Dyer 508461dbc7 Fix broken renders 2011-12-06 12:48:22 -05:00
John Dyer 558a3af11b Fix routes 2011-12-01 09:29:33 -05:00
John Dyer b597130b5e Bumped FactoryGirl version 2011-11-18 11:59:34 -05:00
John Dyer 424dd115e5 Updated gitignore 2011-11-18 11:58:12 -05:00
John Dyer a7da27a229 Updated README 2011-11-18 09:57:29 -05:00
John Dyer 98ee49b6b2 Get tests running, not passing yet 2011-11-17 16:49:53 -05:00
John Dyer 46d4ab43b8 Fix remaining rake test_app issues 2011-11-17 16:37:05 -05:00
John Dyer 04ebf6a74c Fix inflection issue 2011-11-17 15:36:27 -05:00
John Dyer 9e20bc73bf Update rspec-rails to fix issues with rake test_app 2011-11-17 11:57:42 -05:00
John Dyer e724b5f7ef More namespace changes 2011-11-17 11:15:47 -05:00
John Dyer 3a1fcf1771 Namespace Updates 2011-11-17 10:53:07 -05:00
Ryan Bigg bea1aa48e0 Remove debugger statement accidentally left in ff443b2 2011-10-09 14:13:33 +11:00
Brian Quinn ff443b2d93 Updated PaymentMethods to register correctly 2011-10-08 17:07:53 +01:00
Brian Quinn 65a8b9d98d Updated Versionfile 2011-10-08 15:41:30 +01:00
Brian Quinn 073f2f814d Removed old hooks 2011-10-08 15:37:01 +01:00
Brian Quinn 4dadc4ad67 Declare engine_name 2011-09-07 17:25:38 +01:00