We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi! I'm taking a look at this gem and after adding it to Gemfile i get some errors about the Order state machine, like:
Order
undefined method state_machines' for #Class:0x007ff4931db9f8 undefined method remove_checkout_step' for #<Class:0x007fd812c08dd8>
undefined method
remove_checkout_step' for #<Class:0x007fd812c08dd8>
any idea what's going on? it's pretty strange... i'm on a almost clean spree 2.4
The text was updated successfully, but these errors were encountered:
modify currency updater class_eval, fixes spree-contrib#1
5f2b1d9
No branches or pull requests
Hi!
I'm taking a look at this gem and after adding it to Gemfile i get some errors about the
Order
state machine, like:undefined method
state_machines' for #Class:0x007ff4931db9f8remove_checkout_step' for #<Class:0x007fd812c08dd8>
any idea what's going on? it's pretty strange...
i'm on a almost clean spree 2.4
The text was updated successfully, but these errors were encountered: