solidusio / solidus_support

Common runtime helpers for Solidus extensions.
BSD 3-Clause "New" or "Revised" License
9 stars 23 forks source link

Load event subscribers only when Spree::Event is available #47

Closed spaghetticode closed 4 years ago

spaghetticode commented 4 years ago

This extension may be used with some old version of Solidus that does not include events, so we need to skip event subscribers loading when this happens.