solidusio / solidus_subscriptions

An extension to add subscriptions to your Solidus store.
BSD 3-Clause "New" or "Revised" License
48 stars 53 forks source link

Update out_of_stock_dispatcher_class in attr_writer #292

Closed ellypham closed 8 months ago

ellypham commented 1 year ago

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 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.

Checklist

Check out our PR guidelines for more details.

The following are mandatory for all PRs:

The following are not always needed: