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
This issue has been automatically marked as stale because it has not had recent activity. It might be closed if no further activity occurs. Thank you for your contributions.
Check this out:
https://github.com/solidusio-contrib/solidus_subscriptions/blob/a487afef130ebf29679d864d08e83f6d2f8dd140/app/decorators/models/solidus_subscriptions/spree/order/finalize_creates_subscriptions.rb#L12
When booting rails application it fails. It can be fixed by changing the code to
if Gem::Version.new(::Spree.solidus_version) >= Gem::Version.new('3.2.0.alpha')
The text was updated successfully, but these errors were encountered: