Konstantin Nechepurenko
07/10/2023, 1:47 PMSpree::Event
and I cannot any config.use_legacy_events
in my code, but I'm getting the following warning:
DEPRECATION WARNING: Your Solidus store is using the legacy event system. You're
encouraged to switch to the new event bus. After you're done, you
can remove the `use_legacy_events` setting from `spree.rb`.
Please, point me out what is wrong?Konstantin Nechepurenko
07/10/2023, 2:02 PM..\solidus_core-3.2.7\lib\spree\app_configuration.rb
versioned_preference :use_legacy_events, :boolean, initial_value: true, boundaries: { "3.2.0.alpha" => false }
Konstantin Nechepurenko
07/10/2023, 2:03 PMTyler Kocheff
07/10/2023, 2:08 PMKonstantin Nechepurenko
07/10/2023, 2:13 PM