fahadmahmood8 / stock-locations-for-woocommerce

This plugin will help you manage WooCommerce Products stocks through locations and also different traditional barcodes.
https://pt.wordpress.org/plugins/stock-locations-for-woocommerce/
GNU General Public License v3.0
22 stars 14 forks source link

Inconsistent calls to slw_stock_allocation_notification_message #153

Closed chingologram closed 5 months ago

chingologram commented 8 months ago

In the mail helper, the filter for email message overriding is called twice, with different parameter types. See below:

https://github.com/fahadmahmood8/stock-locations-for-woocommerce/blob/7322f33ac3b7193b0261d9cc629160c1c99c2aaa/src/src/helpers/helper-slw-mail.php#L46

I added a PR https://github.com/fahadmahmood8/stock-locations-for-woocommerce/pull/152 with a fix for this. Feel free to review and merge.

fahadmahmood8 commented 5 months ago

Thank you, already added/merged.