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
Order#shipping_method= is gone in Spree 2.0, so any line of code that uses it in OFN will fail. We can provide the same behaviour with an adapter to spree 2 models.
Related to #2009 that handles the absence of order.shipping_method
The text was updated successfully, but these errors were encountered:
Instead of writing an adapter (as in #2669 ), the best solution here is probably to fix all specs that need this method. Production code may actually not require to set shipping_method like this.
These are the currently broken specs with missing shipping_method=
Order#shipping_method=
is gone in Spree 2.0, so any line of code that uses it in OFN will fail. We can provide the same behaviour with an adapter to spree 2 models.Related to #2009 that handles the absence of order.shipping_method
The text was updated successfully, but these errors were encountered: