Fine Line Automation

Results 14 comments of Fine Line Automation
trafficstars

@radar, I will probably be submitting an all encompassing patch for this and Issue #85 together for 2-0-stable that pulls in all the spec refactoring work done on master/2-1-stable. Give...

The migration in question is: https://github.com/spree/spree/blob/2-0-stable/core/db/migrate/20130830001159_migrate_old_shipping_calculators.rb

When I changed 'Spree::Calculator::Ups::ThreeDaySelect' to 'Spree::Calculator::Shipping::Ups::ThreeDaySelect' through a sql update, the migration ran just fine. Suggest a migration be included to handle this.

@radar I agree. The only thing I could come up with is to write a migration that does a pure sql update to the type first before running the spree...

@radar How did Spree handle the transition for the built-in calculators?

@mrpollo Thanks Ramon. +1 for the raw sql fix. How would you ensure it gets run before the spree migration?

@mrpollo @radar I can write a migration. I'll look at it tonight and submit a PR.

Jacob, I think I have the migration. Let me put it into PR and then could you push to master, 2-4-stable, and 2-3-stable? Regards, Nate Fine Line Automation [email protected] >...

I agree that the standard flow should be followed in this case and that the Save and Continue" button should redirect to the payment screen. I was very confused when...

Why couldn't you put a before_filter on the CheckoutControllers update method and redirect from there? Also note that the original paypal express extension handle the PayPal redirection on both the...