I noticed my subscription out of stock events weren't firing correctly on an application I was working on because the attr_writer in the solidus_subscription gem wasn't updated with the correct method name which is supposed to be out_of_stock_dispatcher_class instead of out_of_stock_dispatcher.
Summary
I noticed my subscription out of stock events weren't firing correctly on an application I was working on because the
attr_writer
in thesolidus_subscription
gem wasn't updated with the correct method name which is supposed to beout_of_stock_dispatcher_class
instead ofout_of_stock_dispatcher
.Checklist
Check out our PR guidelines for more details.
The following are mandatory for all PRs:
The following are not always needed: