You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The customization we added in the payment step of the checkout flow relies on Order#shipping_method which is gone in Spree 2.0. Therefore, this logic needs to be refactored to work on that Spree version.
luisramos0
changed the title
Refactor Order#shipping_method in checkout flow
[Spree 2 Upgrade] Refactor Order#shipping_method in checkout flow
Aug 24, 2018
I am going to close this issue as the main problem in its description (the checkout workflow) is superbly fixed with the beautiful (and simple!) #2431
I have created #2683 which will handle the rest of the problem. I'll describe my understanding of what needs to be done in #2683
Description
The customization we added in the payment step of the checkout flow relies on
Order#shipping_method
which is gone in Spree 2.0. Therefore, this logic needs to be refactored to work on that Spree version.openfoodnetwork/app/models/spree/order_decorator.rb
Lines 33 to 42 in 09534b4
The text was updated successfully, but these errors were encountered: