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
After upgrading the gem to rev 32d487f when running Avatax initializer:
Spree::Avatax::Config.configuredo |config|
I get this LoadError:
LoadError: Unable to autoload constant Spree::Avatax::Config, expected /usr/local/lib/ruby/gems/3.1.0/bundler/gems/solidus_avatax_certified-32d487f45097/lib/spree/avatax/config.rb to define it
@filippoliverani, I'm sure you already found a workaround for that, but I'm leaving this comment to assist others who might encounter the same problem.
Let me know if you already have an idea on how we might proceed to fix this 👍
Ruby version: 3.1.1
Rails version: 6.1.4.7
Solidus version: 3.1.5
After upgrading the gem to rev
32d487f
when running Avatax initializer:I get this
LoadError
:LoadError: Unable to autoload constant Spree::Avatax::Config, expected /usr/local/lib/ruby/gems/3.1.0/bundler/gems/solidus_avatax_certified-32d487f45097/lib/spree/avatax/config.rb to define it
@DanielePalombo It's probably related to this change
https://github.com/boomerdigital/solidus_avatax_certified/pull/172/files#diff-dab461c0e0e21d28bfcd91eb14a7ebbc04540b8f1d761853183ac80a77676c84R10
Do I have to update the initializer in some way to make it work?
The text was updated successfully, but these errors were encountered: