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
I'm having an issue when trying to update line item quantities in an order in the spree admin. When I edit an order and update the quantity of a line item in the order, I get the following error when clicking the check button to submit the change:
wrong number of arguments (1 for 3)
.../vendor/bundle/ruby/2.1.0/bundler/gems/spree_flexi_variants-eb64955b1844/app/models/spree/order_decorator.rb:36:in `find_line_item_by_variant'
Any thoughts on best way to rectify?
The text was updated successfully, but these errors were encountered:
I'm having an issue when trying to update line item quantities in an order in the spree admin. When I edit an order and update the quantity of a line item in the order, I get the following error when clicking the check button to submit the change:
wrong number of arguments (1 for 3)
.../vendor/bundle/ruby/2.1.0/bundler/gems/spree_flexi_variants-eb64955b1844/app/models/spree/order_decorator.rb:36:in `find_line_item_by_variant'
Any thoughts on best way to rectify?
The text was updated successfully, but these errors were encountered: