checkout_controller
is obsolete now that Spree has been refactored to use REST.after_notify
andafter_success
hooks are gone. See theREADME
for how to implement them as hooks in the "fat" order model.
- Significant database changes, do not run migrations until you have backed up your payment data.
- Migrations will not port over your old payments, its suggested you write your own migration to do this in order to preserve legacy payments.