Commit Graph

112 Commits

Author SHA1 Message Date
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
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
Brian Quinn 691d8795ab Merge pull request #3 from jumph4x/e9e73ebc6e161e57d9e4e500b5fe86a541da460f
Updated: Remove forced layout specification
2011-08-08 06:11:39 -07:00
Brian Quinn a08a40b50b Merge pull request #5 from curlyheads/master
Various fixes and improvements for spree_paypal_express
2011-08-08 06:10:59 -07:00
Brian Quinn 8cc1d63464 Merge pull request #7 from vintem/master
Allowing user to choose preferred currency
2011-08-08 06:08:50 -07:00
Brian Quinn 1cd0cac829 Merge pull request #9 from twinge/master
store_credits extension breaks with paypal_express extension
2011-08-08 06:08:08 -07:00
Josh Starcher 3f84536ee7 fix incompatibility with store credits gem 2011-07-18 11:03:33 -04:00
vintem ec356cf5e8 allow for preferred currency 2011-07-12 22:26:53 -03:00
curlyheads 54db71773e replaced request.protocol with protocol string 2011-06-28 21:22:02 +02:00
Sean Schofield 5340cdb907 Bumped gem version 2011-05-10 10:12:21 -07:00
Sean Schofield 059f638a1f Merged pull request #1 from vjcharles/master.
just pushed a little fix
2011-04-26 14:51:48 -07:00
curlyheads 228e341e58 fixed correct tax amount display on PayPal site, tax and shipping
displayed seperately
TODO: tax should be set differently
joshnuss: fixed logo image url passed to paypal
joshnuss: logo image should use Spree::Config setting
joshnuss: save bill address during checkout if it is empty
schustafa: Product descriptions can be nil without disrupting
checkout.
2011-04-16 14:37:01 +02:00
Jörg Koch 5b88f63f6e fixed 'The totals of the cart item amounts do not match order amounts.' error with patch http://pastie.org/1731543 2011-03-30 00:30:54 +02:00
Denis 'jumph4x e9e73ebc6e Let the controller dictate the layout, remove inline layout specification 2011-03-27 13:00:08 -04:00
Sean Schofield 39a3b00602 Added Versionfile 2011-03-11 19:55:43 -05:00
Vincent Charles bb66ed7ce5 Product descriptions can be nil without disrupting checkout 2011-02-27 00:42:34 -08:00
Brian Quinn fbda454048 Updated to use new core factory require 2011-02-08 12:36:06 +00: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
Brian Quinn b763f1ad12 Merged r3ap3r2004 2011-01-18 16:11:33 +00:00
reaper c82156ef67 Previous commit was defective, credits_total would not have been calculated if a nil didn't exist in a valid credits array. 2011-01-16 09:40:56 +09:00
Brian Quinn 251f6c20fe Prevent IPN errors on zero amount orders 2011-01-11 13:13:58 +00:00
reaper 8800abf9bb Third time's the charm right :-) Pesky compact! nil bug. 2011-01-06 23:54:06 +09:00
reaper 7b43b73f58 Fixed a bug where credits being nil would throw an error. 2011-01-05 14:57:43 +09:00