A quick question re upgrading to Solidus 3.2.0 aro...
# support
t
A quick question re upgrading to Solidus 3.2.0 around the new Event system. Is including
Spree::Event::Subscriber
still necessary for event subscribers if
use_legacy_events
is set to false? It's not clear from the documentation, and the interaction between the old and new registry isn't super clear to me from a quick inspection.
j
You include only
Omnes::Subscriber
, not
Spree::Event::Subscriber
.
Can you point me at the unclear docs?
t
Ah ha - thanks! It's listed further up the page, I see. I was reading the legacy migration guide, which makes no mention of the include.
w
Oh, that's missing on the docs. I'll update them. Thanks!
t
Thanks!