spree_paypal_express/app
Ryan Bigg 5ab0b9d6be Explicitly set order state to complete + call finalize, rather than jumping through all the states
Previously, the checkout controller decorator here would go through each of the order states and call @order.update! for each state, as well as the order callback.

This is unecessary for PayPal transactions.

All that needs to happen here is that the state is put into the complete state and the order is finalized.

Fixes #48.

Finally.
2012-05-02 10:26:01 -05:00
..
controllers/spree Explicitly set order state to complete + call finalize, rather than jumping through all the states 2012-05-02 10:26:01 -05:00
models/spree Revert "Fix some attr_accessible problems to do with log entries, payments and PaypalAccount" 2012-05-02 07:32:52 -05:00
views/spree Move views into app/views/spree 2011-12-17 10:37:10 +11:00