spree-multi-domain
spree-multi-domain copied to clipboard
Promotion::Rule Store throws exception
applicable? is not implemented.
This will fix it, or you guys might add it your next commit
Spree::Promotion::Rules::Store.class_eval do
def applicable?(promotable)
promotable.is_a?(Spree::Order)
end
end