Konstantin Nechepurenko
11/01/2022, 9:29 AMSpree::Order state machine defined in Spree::Order::Checkout is deprecated. Future versions of Solidus will use Spree::Core::StateMachines::Order
In the view of the fact that I will upgrade my app further to v3.2, what is the best way to fix that?
Should I switch to the Solidus event subscription? Any advice...
🙏Konstantin Nechepurenko
11/01/2022, 10:26 AMconfig/initializers/spree.rb
config:
config.use_legacy_order_state_machine = false
removed the warning.kennyadsl
Konstantin Nechepurenko
11/01/2022, 5:56 PM